Problem | maximum |
---|---|
User | smartsword |
Submission Time | 2025-02-17 16:20:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int32_t main()’:
maximum.cpp:7:20: error: expected ‘;’ at end of input
7 | cout << max (x, y)
| ~^
| ;
maximum.cpp:7:19: error: expected ‘}’ at end of input
7 | cout << max (x, y)
| ^
maximum.cpp:5:16: note: to match this ‘{’
5 | int32_t main (){
| ^