QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#510769 | #5202. Dominoes | ZhangYiDe | WA | 1ms | 6136kb | C++20 | 3.8kb | 2024-08-09 12:38:03 | 2024-08-09 12:38:03 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 5848kb
input:
3 6 ...#.. ...... #...##
output:
52
result:
ok 1 number(s): "52"
Test #2:
score: 0
Accepted
time: 1ms
memory: 5840kb
input:
2 2 .. ..
output:
2
result:
ok 1 number(s): "2"
Test #3:
score: 0
Accepted
time: 1ms
memory: 5840kb
input:
2 2 #. #.
output:
0
result:
ok 1 number(s): "0"
Test #4:
score: -100
Wrong Answer
time: 1ms
memory: 6136kb
input:
4 5 ###.. .###. .##.. #...#
output:
33
result:
wrong answer 1st numbers differ - expected: '34', found: '33'