Problem | maximum |
---|---|
User | theBlackMissile |
Submission Time | 2023-08-13 12:56:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:12:10: error: expected ‘;’ before ‘}’ token
12 | return 0
| ^
| ;
13 | }
| ~