Problem | gecko |
---|---|
User | fueh |
Submission Time | 2025-02-02 21:31:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gecko.cpp: In function ‘int main()’:
gecko.cpp:10:11: error: redeclaration of ‘std::ifstream fin’
10 | ifstream fin("GECKO.OUT");
| ^~~
gecko.cpp:9:14: note: ‘std::ifstream fin’ previously declared here
9 | ifstream fin("GECKO.IN");
| ^~~
gecko.cpp:40:5: error: ‘fout’ was not declared in this scope
40 | fout << result << endl;
| ^~~~