Problem | maximum |
---|---|
User | nguyendinhanh1508 |
Submission Time | 2023-12-22 22:37:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int32_t main()’:
maximum.cpp:12:12: error: expected ‘;’ before ‘cout’
12 | else(b>a)
| ^
| ;
13 | cout<<b;
| ~~~~