| Problem | maximum |
|---|---|
| User | ultbiaslia |
| Submission Time | 2023-11-08 11:03:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:6:19: error: expected ‘;’ before ‘return’
6 | cout << max({a,b})
| ^
| ;
7 | return 0;
| ~~~~~~