Compile Error
foo.c:1:1: error: expected identifier or '(' before numeric constant
1 | 3
| ^
foo.c:3:5: error: stray '#' in program
3 | . . #
| ^
foo.c:4:3: error: invalid preprocessing directive #.
4 | # . .
| ^
foo.c:8:3: error: stray '#' in program
8 | . # .
| ^
foo.c:10:3: error: invalid preprocessing directive #.
10 | # . .
| ^
foo.c:13:3: error: stray '#' in program
13 | . # .
| ^
foo.c:15:3: error: invalid preprocessing directive #.
15 | # . .
| ^
Code
3
4 3 1 10
. . #
# . .
. . .
. . .
4 3 1 10
. # .
. . .
# . .
. . .
4 3 10 1
. # .
. . .
# . .
. . .
Information
- Submit By
- Type
- Submission
- Problem
- P1156 G. Low cost water management
- Contest
- Happy New Year 2025
- Language
- C99 (GCC 13.2.0)
- Submit At
- 2025-01-02 16:33:18
- Judged At
- 2025-01-02 16:33:18
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 0 Bytes