| Problem | ippt |
|---|---|
| User | benji9736 |
| Submission Time | 2025-12-14 15:45:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ippt.cpp:1:19: error: missing terminating > character
1 | #include <iostream
| ^
ippt.cpp: In function ‘int main()’:
ippt.cpp:9:7: error: ‘in’ was not declared in this scope; did you mean ‘int’?
9 | for (in i = 0; i < 3; i++){
| ^~
| int
ippt.cpp:9:17: error: ‘i’ was not declared in this scope
9 | for (in i = 0; i < 3; i++){
| ^