| Problem | maximum |
|---|---|
| User | apples |
| Submission Time | 2026-04-01 08:05:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:6:18: error: expected ‘;’ at end of input
6 | cout << max(a,b)
| ~^
| ;
maximum.cpp:6:17: error: expected ‘}’ at end of input
6 | cout << max(a,b)
| ^
maximum.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^