QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#42051 | #1773. Breaking Bars | MaMengQi | WA | 5ms | 21496kb | C++17 | 3.3kb | 2022-08-01 15:48:03 | 2022-08-01 15:48:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 5ms
memory: 21496kb
input:
16 118 5x6 3x5 4x5 6x3 6x1 1x1 4x5 4x5 2x3 1x2 5x3 5x3 6x2 3x6 5x6 4x2
output:
4
result:
ok single line: '4'
Test #2:
score: -100
Wrong Answer
time: 3ms
memory: 20216kb
input:
6 30 2x3 3x3 1x5 2x5 3x5 3x5
output:
4
result:
wrong answer 1st lines differ - expected: '2', found: '4'