0_0_13850367_23724.cpp:109:3: error: missing terminating " character
printf("Case #%d:
^
0_0_13850367_23724.cpp:110:1: error: missing terminating " character
",kcase);
^
0_0_13850367_23724.cpp:111:6: error: missing terminating " character
printf("%.0lf
^
0_0_13850367_23724.cpp:112:1: error: missing terminating " character
",ans);
^
0_0_13850367_23724.cpp: In function 'int main()':
0_0_13850367_23724.cpp:114:2: error: expected primary-expression before '}' token
}
^
|