QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#134142 | #5724. Glow, Little Pixel, Glow | lmq26052003 | WA | 1ms | 3464kb | C++20 | 1.1kb | 2023-08-03 09:17:17 | 2023-08-03 09:17:20 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3332kb
input:
4 h 1 4 1 v 2 4 2 h 10 2 2 v 11 2 3
output:
2
result:
ok single line: '2'
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3464kb
input:
4 h 1 10 1 h 5 10 2 v 1 10 1 v 5 10 3
output:
6
result:
wrong answer 1st lines differ - expected: '4', found: '6'