Problem | samelength |
---|---|
User | Lemon |
Submission Time | 2025-06-17 21:19:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
samelength.cpp: In function ‘int main(int, char**)’:
samelength.cpp:44:5: error: ‘fclo’ was not declared in this scope; did you mean ‘fclose’?
44 | fclo
| ^~~~
| fclose
samelength.cpp:44:5: error: expected ‘}’ at end of input
samelength.cpp:4:33: note: to match this ‘{’
4 | int main(int argc, char** argv) {
| ^