0_0_17082646_25349.cpp:208:12: error: stray '#' in program
cout<<Case #"<<++cnt<<": ";
^
0_0_17082646_25349.cpp:208:1: error: missing terminating " character
cout<<Case #"<<++cnt<<": ";
^
0_0_17082646_25349.cpp: In function 'int main()':
0_0_17082646_25349.cpp:208:7: error: 'Case' was not declared in this scope
cout<<Case #"<<++cnt<<": ";
^
|