Judge Information
Run ID: 46018
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]; if (a[i]==k) {fout<<i;return 0;}
^
src.cpp:9:1: error: expected '}' at end of input
}
^
src.cpp:8:10: error: 'i' was not declared in this scope
for (i=1;i<=n;i++) {fin>>a[i]; if (a[i]==k) {fout<<i;return 0;}
^
src.cpp:9:1: error: expected '}' at end of input
}
^