0_0_38828640_23176.cpp: In function 'int main()':
0_0_38828640_23176.cpp:8:18: error: 'amp' was not declared in this scope
8 | while(n<=120&&n>=0)
| ^~~
0_0_38828640_23176.cpp:8:21: error: expected ')' before ';' token
8 | while(n<=120&&n>=0)
| ~ ^
| )
0_0_38828640_23176.cpp:8:23: error: 'amp' was not declared in this scope
8 | while(n<=120&&n>=0)
| ^~~
0_0_38828640_23176.cpp:8:31: error: expected ';' before ')' token
8 | while(n<=120&&n>=0)
| ^
| ;
|