QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#103530 | #2832. Graph Theory | MaMengQi | WA | 30ms | 7824kb | C++ | 1.3kb | 2023-05-06 15:19:34 | 2023-05-06 15:19:38 |
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: 7824kb
input:
3 2 1 2 2 3 3 2 1 1 2 2 3 3 1 2 2 3 3 1
output:
1 0 2
result:
ok 3 lines
Test #2:
score: 0
Accepted
time: 1ms
memory: 7672kb
input:
2 1 1 2
output:
1
result:
ok single line: '1'
Test #3:
score: -100
Wrong Answer
time: 30ms
memory: 7664kb
input:
17 17 6 10 1 9 14 6 12 13 5 4 15 17 14 15 6 5 10 6 10 11 2 9 9 6 17 15 9 15 4 8 1 4 13 15 13 19 11 10 12 10 10 5 2 8 12 11 8 3 1 7 10 9 8 5 1 5 9 4 8 7 12 10 6 8 13 1 5 8 11 5 10 8 7 7 16 14 9 5 8 1 4 16 10 8 16 15 15 1 13 5 9 3 4 4 9 7 7 2 5 4 5 11 9 14 5 13 1 5 4 5 4 1 4 4 1 1 5 3 3 5 4 1 3 2 5 1 ...
output:
16 12 15 4 3 3 13 12 3 10 3 17 16 18 17 18 5 16 16 14 18 18 9 17 12 15 3 4 3 12 11 9 16 7 3 18 8 2 18 12 19 3 11 8 2 4 2 5 12 16 15 11 5 12 13 11 5 15 2 10 5 3 1 10 15 9 14 9 12 10 19 17 6 3 11 13 8 14 12 12 10 1 8 4 8 1 18 14 6 17 10 12 13 9 16 11 2 10 16 11 11 7 10 6 8 13 13 12 16 4 14 5 6 15 19 1...
result:
wrong answer 1st lines differ - expected: '8', found: '16'