0_0_38829431_31872.cpp: In function 'int main()':
0_0_38829431_31872.cpp:39:28: error: 'amp' was not declared in this scope
39 | if(isOdd(a)==1&&int(c)==c||isOdd(b)==1&&int(d)==d){
| ^~~
0_0_38829431_31872.cpp:39:36: error: expected ')' before ';' token
39 | if(isOdd(a)==1&&int(c)==c||isOdd(b)==1&&int(d)==d){
| ~ ^
| )
0_0_38829431_31872.cpp:39:60: error: 'amp' was not declared in this scope
39 | if(isOdd(a)==1&&int(c)==c||isOdd(b)==1&&int(d)==d){
| ^~~
0_0_38829431_31872.cpp:39:78: error: expected ';' before ')' token
39 | if(isOdd(a)==1&&int(c)==c||isOdd(b)==1&&int(d)==d){
| ^
| ;
|