QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#499965#7034. HoneycombHuangHanShengRE 0ms3604kbC++231.7kb2024-07-31 20:32:542024-07-31 20:32:55

詳細信息

Test #1:

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

input:

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

output:

7

result:

ok single line: '7'

Test #2:

score: -100
Runtime Error

input:

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

output:


result: