admin 管理员组

文章数量: 887021


2024年2月24日发(作者:fputs函数详解)

#include

using namespace std;

#include

class SeqStack

{

public :

SeqStack(){top=-1;}

~SeqStack(){}

void Push(char x);

char Pop();

private :

};

void SeqStack::Push(char x)//P

{

}

char SeqStack::Pop()//D

{

int t;

top++;

data[top]=x;

int data[20];

int top;

}

t=top;

top--;

return data[t];

int main()

{

SeqStack A;

int n,i,count=0,k,t;

char str[50];

while(cin>>str)

{

k=0;

t=0;

n=strlen(str);

for(i=0;i

{

if(str[i]=='(')

{

}

k++;

str[i]=')';

(str[i]);

}

}

}

else if(str[i]==')')

{

}

if(()==')')

{t++;}

if(k==t)

cout<<"OK"<

else

cout<<"NO"<

count++;

return 0;


本文标签: 详解 函数 作者