Problem | mathclass |
---|---|
User | sporknives |
Submission Time | 2025-03-01 15:49:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mathclass.cpp:1:1: error: ‘a’ does not name a type
1 | a, b = map(int, input().split());
| ^
mathclass.cpp:2:1: error: expected unqualified-id before ‘if’
2 | if a >= b:
| ^~
mathclass.cpp:4:1: error: expected unqualified-id before ‘else’
4 | else:
| ^~~~