0_0_38032935_7470.cpp:58:9: error: missing terminating " character
printf("Case #%d:
^
0_0_38032935_7470.cpp:60:1: error: missing terminating " character
",cas,solve());
^
0_0_38032935_7470.cpp: In function 'int main()':
0_0_38032935_7470.cpp:59:1: error: expected primary-expression before '%' token
%d
^
0_0_38032935_7470.cpp:59:2: error: 'd' was not declared in this scope
%d
^
|