0_0_13732570_4742.cpp:33:9: error: missing terminating " character
cout<<"Case #"<<Case++<<:"<<endl;
^
0_0_13732570_4742.cpp: In function 'int main()':
0_0_13732570_4742.cpp:33:33: error: expected primary-expression before ':' token
cout<<"Case #"<<Case++<<:"<<endl;
^
|