QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#726906 | #512. Pear-wise Voting | ucup-team5275# | WA | 0ms | 3620kb | C++14 | 1.5kb | 2024-11-09 10:15:22 | 2024-11-09 10:15:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3544kb
input:
5 5 4 ADCBE 3 DCABE 3 CADBE 2 BDCAE 1 EBCDA
output:
A: can win B: can't win C: can win D: can win E: can't win
result:
ok 5 lines
Test #2:
score: 0
Accepted
time: 0ms
memory: 3556kb
input:
3 3 1 ABC 1 BCA 1 CAB
output:
A: can win B: can win C: can win
result:
ok 3 lines
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3620kb
input:
5 3 1 EDCBA 1 BAECD 1 ACBED
output:
A: can't win B: can't win C: can't win D: can't win E: can't win
result:
wrong answer 1st lines differ - expected: 'A: can win', found: 'A: can't win'