Judge Information

Run ID: 94506
src.cpp: In function 'int main()':
src.cpp:9:1: error: expected ';' before 'for'
for(int i=1;i<=t;i++)
^
src.cpp:9:13: error: 'i' was not declared in this scope
for(int i=1;i<=t;i++)
^