Problem | maximum |
---|---|
User | Justakiddo |
Submission Time | 2025-02-12 16:43:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:8:12: error: expected primary-expression before ‘)’ token
8 | if (a > b;) {
| ^
maximum.cpp: At global scope:
maximum.cpp:12:1: error: expected declaration before ‘}’ token
12 | }
| ^