Judge Information

Run ID: 33580
src.cpp: In function 'int main()':
src.cpp:22:10: error: 'i' was not declared in this scope
for (i=1;i<=n;i++)
^
src.cpp:32:10: error: 'i' was not declared in this scope
for (i=1;i<=n;i++)
^