Problem mathexam
User Blender
Submission Time 2024-01-20 14:36:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mathexam.cpp: In function ‘int main()’:
mathexam.cpp:60:36: error: ‘a’ was not declared in this scope
60 | if ( !is_possible( a, b ) )
| ^
mathexam.cpp:60:39: error: ‘b’ was not declared in this scope
60 | if ( !is_possible( a, b ) )
| ^