Problem maximum
User yueyang
Submission Time 2024-02-24 11:56:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:14:3: error: expected ‘}’ at end of input
14 | }
| ^
maximum.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^