QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#715220 | #8217. King's Dinner | ucup-team5071# | Compile Error | / | / | C++20 | 424b | 2024-11-06 10:54:36 | 2024-11-06 10:54:37 |
Judging History
answer
6
#.#.##
#.#...
....##
#.#...
#.#.##
......
7
#.#.#.#
#.#.#.#
.......
#.#.#.#
#.#.#.#
.......
##.##..
8
#.#.#.##
#.#.#...
......##
#.#.#...
#.#.#.##
........
#.#.#.##
#.#.#...
9
#.#.#.#.#
#.#.#.#.#
.........
#.#.#.#.#
#.#.#.#.#
.........
#.#.#.#.#
#.#.#.#.#
.........
10
#.#.#.#.##
#.#.#.#...
........##
#.#.#.#...
#.#.#.#.##
..........
#.#.#.#.##
#.#.#.#...
.........#
##.##.##.#
Details
answer.code:2:2: error: invalid preprocessing directive #. 2 | #.#.## | ^ answer.code:3:2: error: invalid preprocessing directive #. 3 | #.#... | ^ answer.code:4:5: error: stray ‘##’ in program 4 | ....## | ^~ answer.code:5:2: error: invalid preprocessing directive #. 5 | #.#... | ^ answer.code:6:2: error: invalid preprocessing directive #. 6 | #.#.## | ^ answer.code:9:2: error: invalid preprocessing directive #. 9 | #.#.#.# | ^ answer.code:10:2: error: invalid preprocessing directive #. 10 | #.#.#.# | ^ answer.code:12:2: error: invalid preprocessing directive #. 12 | #.#.#.# | ^ answer.code:13:2: error: invalid preprocessing directive #. 13 | #.#.#.# | ^ answer.code:15:1: error: stray ‘##’ in program 15 | ##.##.. | ^~ answer.code:15:4: error: stray ‘##’ in program 15 | ##.##.. | ^~ answer.code:17:2: error: invalid preprocessing directive #. 17 | #.#.#.## | ^ answer.code:18:2: error: invalid preprocessing directive #. 18 | #.#.#... | ^ answer.code:19:7: error: stray ‘##’ in program 19 | ......## | ^~ answer.code:20:2: error: invalid preprocessing directive #. 20 | #.#.#... | ^ answer.code:21:2: error: invalid preprocessing directive #. 21 | #.#.#.## | ^ answer.code:23:2: error: invalid preprocessing directive #. 23 | #.#.#.## | ^ answer.code:24:2: error: invalid preprocessing directive #. 24 | #.#.#... | ^ answer.code:26:2: error: invalid preprocessing directive #. 26 | #.#.#.#.# | ^ answer.code:27:2: error: invalid preprocessing directive #. 27 | #.#.#.#.# | ^ answer.code:29:2: error: invalid preprocessing directive #. 29 | #.#.#.#.# | ^ answer.code:30:2: error: invalid preprocessing directive #. 30 | #.#.#.#.# | ^ answer.code:32:2: error: invalid preprocessing directive #. 32 | #.#.#.#.# | ^ answer.code:33:2: error: invalid preprocessing directive #. 33 | #.#.#.#.# | ^ answer.code:36:2: error: invalid preprocessing directive #. 36 | #.#.#.#.## | ^ answer.code:37:2: error: invalid preprocessing directive #. 37 | #.#.#.#... | ^ answer.code:38:9: error: stray ‘##’ in program 38 | ........## | ^~ answer.code:39:2: error: invalid preprocessing directive #. 39 | #.#.#.#... | ^ answer.code:40:2: error: invalid preprocessing directive #. 40 | #.#.#.#.## | ^ answer.code:42:2: error: invalid preprocessing directive #. 42 | #.#.#.#.## | ^ answer.code:43:2: error: invalid preprocessing directive #. 43 | #.#.#.#... | ^ answer.code:44:10: error: stray ‘#’ in program 44 | .........# | ^ answer.code:45:1: error: stray ‘##’ in program 45 | ##.##.##.# | ^~ answer.code:45:4: error: stray ‘##’ in program 45 | ##.##.##.# | ^~ answer.code:45:7: error: stray ‘##’ in program 45 | ##.##.##.# | ^~ answer.code:45:10: error: stray ‘#’ in program 45 | ##.##.##.# | ^ answer.code:1:1: error: expected unqualified-id before numeric constant 1 | 6 | ^