Problem | maximum |
---|---|
User | Anonymous35V |
Submission Time | 2023-11-08 14:45:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:8:20: error: expected ‘;’ before ‘return’
8 | cout << max (a, b)
| ^
| ;
9 | return 0;
| ~~~~~~