| Problem | gap |
|---|---|
| User | WJR |
| Submission Time | 2025-12-10 15:24:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gap.cpp:1:1: error: ‘include’ does not name a type
1 | include <stdio.h>
| ^~~~~~~
gap.cpp: In function ‘int main()’:
gap.cpp:40:9: error: ‘FILE’ was not declared in this scope
40 | FILE *in = stdin, *out = stdout;
| ^~~~
gap.cpp:5:1: note: ‘FILE’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
4 | #include "gap.h"
+++ |+#include <cstdio>
5 |
gap.cpp:40:15: error: ‘in’ was not declared in this scope; did you mean ‘int’?
40 | FILE *in = stdin, *out = stdout;
| ^~
| int
gap.cpp:40:20: error: ‘stdin’ was not declared in this scope
40 | FILE *in = stdin, *out = stdout;
| ^~~~~
gap.cpp:40:20: note: ‘stdin’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
gap.cpp:40:28: error: ‘out’ was not declared in this scope
40 |