Problem | ippt |
---|---|
User | Codecrusher1234 |
Submission Time | 2025-06-18 14:27:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int main()’:
ippt.cpp:16:23: error: expected ‘;’ before ‘if’
16 | cout << "FAIL"
| ^
| ;
17 |
18 | if (d <= 60){
| ~~