Judge Information
Run ID: 46020
src.cpp: In function 'int main()':
src.cpp:8:10: error: 'i' was not declared in this scope
for (i=1;i<=n;i++) {fin>>a[i];
^
src.cpp:8:10: error: 'i' was not declared in this scope
for (i=1;i<=n;i++) {fin>>a[i];
^