Judge Information
Run ID: 87306
src.cpp:3:30: error: size of array 'a' is too large
long long int v,i,a[999999999];
^
src.cpp: In function 'int main()':
src.cpp:8:9: error: 'a' was not declared in this scope
f1>>a[i];
^
src.cpp:9:11: error: 'a' was not declared in this scope
int t=a[1];
^
src.cpp:11:12: error: 'it' was not declared in this scope
if(it<a[i])
^
long long int v,i,a[999999999];
^
src.cpp: In function 'int main()':
src.cpp:8:9: error: 'a' was not declared in this scope
f1>>a[i];
^
src.cpp:9:11: error: 'a' was not declared in this scope
int t=a[1];
^
src.cpp:11:12: error: 'it' was not declared in this scope
if(it<a[i])
^