Problem | maximum |
---|---|
User | yongteckrice |
Submission Time | 2023-01-28 17:16:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:13:18: error: expected ‘;’ before ‘}’ token
13 | cout << max(a,b)
| ^
| ;
14 | }
| ~