QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#793292 | #7668. Game Strategy | ucup-team4744# | WA | 0ms | 3856kb | C++20 | 1.2kb | 2024-11-29 18:21:33 | 2024-11-29 18:21:35 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3816kb
input:
2 2 ab b 1 b
output:
0 1 -1 0
result:
ok 2 lines
Test #2:
score: 0
Accepted
time: 0ms
memory: 3556kb
input:
3 1 b 2 b a 2 ab ac
output:
0 1 -1 1 0 -1 2 2 0
result:
ok 3 lines
Test #3:
score: 0
Accepted
time: 0ms
memory: 3856kb
input:
1 1 a
output:
0
result:
ok single line: '0'
Test #4:
score: 0
Accepted
time: 0ms
memory: 3556kb
input:
1 1 a
output:
0
result:
ok single line: '0'
Test #5:
score: -100
Wrong Answer
time: 0ms
memory: 3820kb
input:
3 7 a b ab c ac bc abc 6 a abc ab c ac bc 2 ac c
output:
0 1 1 1 0 2 -1 -1 0
result:
wrong answer 2nd lines differ - expected: '1 0 1', found: '1 0 2'