Problem motest3
User dacashew
Submission Time 2024-04-01 09:54:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

motest3.cpp: In function ‘void st2()’:
motest3.cpp:126:18: error: ‘a’ was not declared in this scope
126 | if((isprimitive(a,b) and isprimitive(b,a)) or a==b | min(a,b)==1){
| ^
motest3.cpp:126:20: error: ‘b’ was not declared in this scope; did you mean ‘pb’?
126 | if((isprimitive(a,b) and isprimitive(b,a)) or a==b | min(a,b)==1){
| ^
| pb