0_0_13849791_16952.cpp: In function 'int main()':
0_0_13849791_16952.cpp:37:7: error: expected '(' before 'int'
for int i = 0; i < t; i++)
^
0_0_13849791_16952.cpp:40:8: error: 'i' was not declared in this scope
for (i = 0; i<t; i++)
^
0_0_13849791_16952.cpp:41:9: error: 'j' was not declared in this scope
for (j = k[i]; j <= m; j++)
^
|