0_0_38765145_13253.cpp: In function 'int main()':
0_0_38765145_13253.cpp:23:18: error: 'amp' was not declared in this scope; did you mean 'cmp'?
23 | while(cin>>n&&n){
| ^~~
| cmp
0_0_38765145_13253.cpp:23:21: error: expected ')' before ';' token
23 | while(cin>>n&&n){
| ~ ^
| )
0_0_38765145_13253.cpp:23:23: error: 'amp' was not declared in this scope; did you mean 'cmp'?
23 | while(cin>>n&&n){
| ^~~
| cmp
0_0_38765145_13253.cpp:23:28: error: expected ';' before ')' token
23 | while(cin>>n&&n){
| ^
| ;
|