Problem | maximum |
---|---|
User | Jellofish0406 |
Submission Time | 2025-02-08 14:10:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int32_t main()’:
maximum.cpp:19:18: error: expected ‘;’ before ‘}’ token
19 | cout << a
| ^
| ;
20 | }
| ~