0_0_38216758_17367.cpp:155:9: error: missing terminating " character
printf("Test case #%d
^
0_0_38216758_17367.cpp:156:1: error: missing terminating " character
",Case);
^
0_0_38216758_17367.cpp:157:9: error: missing terminating " character
printf("Total explored area: %.2lf
^
0_0_38216758_17367.cpp:159:1: error: missing terminating " character
",sum);
^
0_0_38216758_17367.cpp: In function 'int main()':
0_0_38216758_17367.cpp:160:15: error: expected ')' before ';' token
Case++;
^
|