0_0_36581913_11600.cpp:70:9: error: missing terminating " character
printf("Case %d:
^
0_0_36581913_11600.cpp:71:1: error: missing terminating " character
", j);
^
0_0_36581913_11600.cpp:82:21: error: missing terminating " character
printf("0
^
0_0_36581913_11600.cpp:83:1: error: missing terminating " character
");
^
0_0_36581913_11600.cpp:85:21: error: missing terminating " character
printf("%d
^
0_0_36581913_11600.cpp:86:1: error: missing terminating " character
",sum(r)-sum(l+1));
^
0_0_36581913_11600.cpp: In function 'int main()':
0_0_36581913_11600.cpp:72:9: error: expected primary-expression before 'for'
for(i=0;i<m;i++)
^
0_0_36581913_11600.cpp:72:24: error: expected ';' before ')' token
for(i=0;i<m;i++)
^
0_0_36581913_11600.cpp:119:1: error: expected '}' at end of input
}
^
0_0_36581913_11600.cpp:119:1: error: expected '}' at end of input
|