0_0_38816301_13562.cpp: In function 'int main()':
0_0_38816301_13562.cpp:18:25: error: 'amp' was not declared in this scope
18 | scanf("%d",&a[i]);
| ^~~
0_0_38816301_13562.cpp:18:33: error: expected ';' before ')' token
18 | scanf("%d",&a[i]);
| ^
| ;
|