Problem | maximum |
---|---|
User | Jiayue |
Submission Time | 2023-11-10 15:41:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:6:12: error: expected ‘;’ at end of input
6 | max (x, y)
| ~^
| ;
maximum.cpp:6:11: error: expected ‘}’ at end of input
6 | max (x, y)
| ^
maximum.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^