| Problem | maximum |
|---|---|
| User | Dannyboy |
| Submission Time | 2023-11-08 11:03:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:7:12: error: expected ‘;’ before ‘}’ token
7 | cout << b
| ^
| ;
8 | }else if(b<a){
| ~
maximum.cpp:9:12: error: expected ‘;’ before ‘}’ token
9 | cout << a
| ^
| ;
10 | }
| ~