0_0_26035831_11830.cpp: In function 'int main()':
0_0_26035831_11830.cpp:103:16: error: 'n' was not declared in this scope
while(cin>>n)
^
0_0_26035831_11830.cpp:105:22: error: 's' was not declared in this scope
int tmp[25]; s.clear();
^
0_0_26035831_11830.cpp:118:13: error: 'ans' was not declared in this scope
ans=max(ans,judge(ts));
^
0_0_26035831_11830.cpp:121:15: error: 'ans' was not declared in this scope
cout<<ans<<endl;
^
|