Problem | airplane |
---|---|
User | thatsmycroissant |
Submission Time | 2023-12-12 17:54:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
airplane.cpp: In function ‘int main()’:
airplane.cpp:35:26: error: expected ‘;’ before ‘cout’
35 | if (Max == 0) res = 0
| ^
| ;
36 | cout<<res<<'\n';
| ~~~~