0_0_34467926_11346.cpp: In function 'int main()':
0_0_34467926_11346.cpp:57:30: error: 'kase' was not declared in this scope
printf("Case %d: ",++kase);
^
0_0_34467926_11346.cpp:63:17: error: expected ',' or ';' before 'if'
if(x==q.top().second) cout<<"1";
^
0_0_34467926_11346.cpp:64:17: error: 'else' without a previous 'if'
else cout<<"0";
^
|