QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#553871 | #8431. Game on Bipartite Graph | ucup-team1005 | TL | 1ms | 3636kb | C++20 | 1.8kb | 2024-09-08 21:44:24 | 2024-09-08 21:44:24 |
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: 1ms
memory: 3576kb
input:
3 2 5 3 1 1 1 2 2 1 2 2 3 2 1 2
output:
2 1 2 Player 1 wins
result:
ok Player 1 wins
Test #2:
score: 0
Accepted
time: 0ms
memory: 3632kb
input:
2 2 3 1 1 1 1 2 2 2
output:
1 Player 1 wins
result:
ok Player 1 wins
Test #3:
score: 0
Accepted
time: 0ms
memory: 3636kb
input:
2 2 6 1 2 2 2 2 1 1 1 2 2 1 2 2 2 1
output:
1 2 Player 2 wins
result:
ok Player 2 wins
Test #4:
score: -100
Time Limit Exceeded
input:
9 5 31 5 2 2 9 5 6 3 9 5 2 4 9 1 6 2 4 1 4 5 3 5 6 4 2 5 3 3 7 1 7 2 6 3 8 5 7 1 6 3 8 5 6 5 1 4 2 4 2 3 7 5 1 3 5 1 2 5 9 2 9 4 8 4 4 3 1 8 8
output:
1 5 3 4 5 5