資料結構實驗之棧與佇列四 括號匹配

2021-10-24 16:09:29 字數 983 閱讀 1474

description

給你一串字元,不超過50個字元,可能包括括號、數字、字母、標點符號、空格,你的任務是檢查這一串字元中的( ) ,[ ],是否匹配。

input

輸入資料有多組,處理到檔案結束。

output

如果匹配就輸出「yes」,不匹配輸出「no」

sample

input

sin(20+10)

]output

yesno

#include

using

namespace std;

#define intsize 100000

#define addsize 100000

typedef

char elemtype;

typedef

struct

sqstack;

intinitstack

(sqstack &s)

intbian

(elemtype n)')

flag =6;

return flag;

}int

push

(sqstack &s,

int x)

*s.top++

= x;

return0;

}elemtype pop

(sqstack &s)

intmain()

')elseif(

bian

(ch)

-pop

(s)!=3)

}}if(s.top != s.base)

//判斷是否全部匹配

flag =0;

if(flag)

printf

("yes\n");

else

printf

("no\n");

}return0;

}

資料結構實驗之棧與佇列四 括號匹配

time limit 1000ms memory limit 65536kb submit statistic problem description 給你一串字元,不超過50個字元,可能包括括號 數字 字母 標點符號 空格,你的任務是檢查這一串字元中的 是否匹配。input 輸入資料有多組,處理到...

資料結構實驗之棧與佇列四 括號匹配

problem description 給你一串字元,不超過50個字元,可能包括括號 數字 字母 標點符號 空格,你的任務是檢查這一串字元中的 是否匹配。input 輸入資料有多組,處理到檔案結束。output 如果匹配就輸出 yes 不匹配輸出 no example input sin 20 10...

資料結構實驗之棧與佇列四 括號匹配

problem description 給你一串字元,不超過50個字元,可能包括括號 數字 字母 標點符號 空格,你的任務是檢查這一串字元中的 是否匹配。input 輸入資料有多組,處理到檔案結束。output 如果匹配就輸出 yes 不匹配輸出 no example input sin 20 10...