Problem | maximum |
---|---|
User | justin271828 |
Submission Time | 2023-05-29 15:55:41 |
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 ‘;’ before ‘}’ token
8 | cout << a
| ^
| ;
9 | }
| ~
maximum.cpp:11:12: error: expected ‘;’ before ‘}’ token
11 | cout << b
| ^
| ;
12 | }
| ~