0_0_38827107_9759.cpp: In function 'int main()':
0_0_38827107_9759.cpp:15:39: error: 'amp' was not declared in this scope; did you mean 'map'?
15 | while (cin >> a[cnt] && a[cnt] != 0 && a[cnt] != -1) {
| ^~~
| map
0_0_38827107_9759.cpp:15:42: error: expected ')' before ';' token
15 | while (cin >> a[cnt] && a[cnt] != 0 && a[cnt] != -1) {
| ~ ^
| )
0_0_38827107_9759.cpp:15:44: error: 'amp' was not declared in this scope; did you mean 'map'?
15 | while (cin >> a[cnt] && a[cnt] != 0 && a[cnt] != -1) {
| ^~~
| map
0_0_38827107_9759.cpp:15:84: error: expected ';' before ')' token
15 | while (cin >> a[cnt] && a[cnt] != 0 && a[cnt] != -1) {
| ^
| ;
|