0_0_31426255_12835.cpp: In function 'int main()':
0_0_31426255_12835.cpp:5:2: error: '__int64' was not declared in this scope
__int64 arr[51];
^
0_0_31426255_12835.cpp:7:2: error: 'arr' was not declared in this scope
arr[1]=1;arr[2]=2;
^
0_0_31426255_12835.cpp:10:23: error: 'scanf' was not declared in this scope
while(scanf("%d",&num)!=EOF)
^
0_0_31426255_12835.cpp:10:26: error: 'EOF' was not declared in this scope
while(scanf("%d",&num)!=EOF)
^
0_0_31426255_12835.cpp:12:28: error: 'printf' was not declared in this scope
printf("%I64d\n",arr[num]);
^
|