0_0_38820318_7948.cpp: In function 'int main()':
0_0_38820318_7948.cpp:79:28: error: 'amp' was not declared in this scope
79 | if(a == b && b == c)
| ^~~
0_0_38820318_7948.cpp:79:36: error: expected ')' before ';' token
79 | if(a == b && b == c)
| ~ ^
| )
0_0_38820318_7948.cpp:79:44: error: expected ';' before ')' token
79 | if(a == b && b == c)
| ^
| ;
|