0_0_38820296_31209.cpp: In function 'int main()':
0_0_38820296_31209.cpp:25:31: error: 'amp' was not declared in this scope
25 | if(a[0]==a[1]&&a[1]==a[2])
| ^~~
0_0_38820296_31209.cpp:25:39: error: expected ')' before ';' token
25 | if(a[0]==a[1]&&a[1]==a[2])
| ~ ^
| )
0_0_38820296_31209.cpp:25:50: error: expected ';' before ')' token
25 | if(a[0]==a[1]&&a[1]==a[2])
| ^
| ;
|