QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#908503#7193. Data Structure You've Never Heard Ofangletrisection WA 1ms5864kbC++141012b2025-02-21 00:31:142025-02-21 00:31:14

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 3584kb

input:

3 2
00
00
11

output:

7

result:

ok 1 number(s): "7"

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 5864kb

input:

4 3
110
100
011
101

output:

8

result:

wrong answer 1st numbers differ - expected: '5', found: '8'