Problem | maximum |
---|---|
User | Sardothien3926 |
Submission Time | 2023-07-13 21:31:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:9:12: error: expected ‘;’ before ‘}’ token
9 | cout << a
| ^
| ;
10 | }
| ~
maximum.cpp:12:12: error: expected ‘;’ before ‘}’ token
12 | cout << b
| ^
| ;
13 | }
| ~