0_0_37734046_32301.cpp:25:9: error: missing terminating " character
cout << "Case<<'#' << i << ": " << ans <<endl;
^
0_0_37734046_32301.cpp: In function 'int main()':
0_0_37734046_32301.cpp:25:37: error: expected ';' before ':' token
cout << "Case<<'#' << i << ": " << ans <<endl;
^
|