QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#637553#7034. HoneycombHuangHanShengWA 1894ms7436kbC++202.7kb2024-10-13 13:18:362024-10-13 13:18:39

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3776kb

input:

1
3 4
  +---+       +---+
 /     \     /     \
+       +---+       +---+
 \           \     /     \
  +   +   S   +---+   T   +
 /     \     /           /
+       +---+       +   +
 \           \     /     \
  +---+       +---+       +
 /                       /
+       +---+       +   +
 \         ...

output:

7

result:

ok single line: '7'

Test #2:

score: -100
Wrong Answer
time: 1894ms
memory: 7436kb

input:

400
67 89
  +---+       +---+       +---+       +---+       +---+       +---+       +---+       +---+       +---+       +---+       +---+       +---+       +---+       +---+       +---+       +---+       +---+       +---+       +---+       +---+       +---+       +---+       +---+       +---+       ...

output:

100
132
9
72
57
53
89
153
404
72
10
3
199
600
33
212
49
29
528
20
23
53
280
24
52
96
546
33
490
126
13
360
265
222
47
183
300
257
16
82
100
48
184
15
65
15
65
79
32
9
94
81
156
14
74
110
46
556
192
179
109
215
12
225
247
103
109
328
118
80
83
416
224
51
37
65
55
235
32
48
20
137
522
350
245
92
222
4...

result:

wrong answer 1st lines differ - expected: '91', found: '100'