QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#420684 | #961. Smol Vertex Cover | ZhaoZiLong | WA | 1ms | 3920kb | C++23 | 4.8kb | 2024-05-24 21:06:58 | 2024-05-24 21:06:59 |
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: 3840kb
input:
5 5 1 2 2 3 3 4 4 5 1 5
output:
3 2 4 1
result:
ok vertex cover of size 3
Test #2:
score: 0
Accepted
time: 1ms
memory: 3900kb
input:
5 10 1 2 1 3 1 4 1 5 2 3 2 4 2 5 3 4 3 5 4 5
output:
not smol
result:
ok not smol
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3920kb
input:
3 0
output:
1 1
result:
wrong answer jury (0) found smaller vertex cover than participant (1)