Problem | maximum |
---|---|
User | Kishan |
Submission Time | 2023-06-05 18:35:46 |
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 | } else {
| ~
maximum.cpp:11:12: error: expected ‘;’ before ‘}’ token
11 | cout << b
| ^
| ;
12 | }
| ~