0_0_30077896_8595.cpp: In function 'int main()':
0_0_30077896_8595.cpp:42:7: error: expected ';' before ':' token
cin>>T:
^
0_0_30077896_8595.cpp:73:33: error: 'kase' was not declared in this scope
cout << "Case #" << kase++ << ": Can kill in one move!!!"<<endl;
^
0_0_30077896_8595.cpp:75:31: error: 'kase' was not declared in this scope
cout << "Case #"<<kase++<<": Can not kill in one move!!!"<<endl;
^
|