| Problem | maximum |
|---|---|
| User | jaydenlol |
| Submission Time | 2026-06-22 16:17:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:10:16: error: expected ‘;’ before ‘)’ token
10 | cin >> a >> b);
| ^
| ;
maximum.cpp:13:9: error: expected ‘}’ before ‘else’
13 | else if (a < b) {
| ^~~~
maximum.cpp:11:20: note: to match this ‘{’
11 | if (a > b) {
| ^
maximum.cpp:15:9: error: expected ‘}’ before ‘else’
15 | else {
| ^~~~
maximum.cpp:13:25: note: to match this ‘{’
13 | else if (a < b) {
| ^