| Problem | maximum |
|---|---|
| User | Chris |
| Submission Time | 2024-11-18 11:29:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int32_t main()’:
maximum.cpp:11:2: error: expected initializer before ‘if’
11 | if (A > B){
| ^~
maximum.cpp:15:6: error: ‘B’ was not declared in this scope
15 | if (B > A){
| ^