| Problem | gecko |
|---|---|
| User | 2Princes1Lance |
| Submission Time | 2023-12-17 13:20:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gecko.cpp:1:1: error: ‘ifstream’ does not name a type
1 | ifstream input("GECKO.IN"); ofstream output("GECKO.OUT")
| ^~~~~~~~
gecko.cpp:1:29: error: ‘ofstream’ does not name a type
1 | ifstream input("GECKO.IN"); ofstream output("GECKO.OUT")
| ^~~~~~~~