0_0_39061588_31577.cpp: In function 'int main()':
0_0_39061588_31577.cpp:55:22: error: 'amp' was not declared in this scope; did you mean 'cmp'?
55 | while (cin >> n && n)
| ^~~
| cmp
0_0_39061588_31577.cpp:55:25: error: expected ')' before ';' token
55 | while (cin >> n && n)
| ~ ^
| )
0_0_39061588_31577.cpp:55:27: error: 'amp' was not declared in this scope; did you mean 'cmp'?
55 | while (cin >> n && n)
| ^~~
| cmp
0_0_39061588_31577.cpp:55:33: error: expected ';' before ')' token
55 | while (cin >> n && n)
| ^
| ;
|