QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#373942 | #7410. Apollonian Network | HuangHanSheng | WA | 7ms | 69676kb | C++17 | 6.3kb | 2024-04-02 10:25:50 | 2024-04-02 10:25:52 |
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: 5676kb
input:
3 1 2 1 2 3 1 3 1 2
output:
3
result:
ok 1 number(s): "3"
Test #2:
score: 0
Accepted
time: 3ms
memory: 68984kb
input:
10 1 2 4 2 3 4 3 1 3 6 1 3 6 2 3 6 3 4 4 6 4 4 3 4 4 2 3 5 1 3 5 6 3 5 2 4 10 1 4 10 3 3 10 6 3 7 1 4 7 10 4 7 6 3 8 1 3 8 3 4 8 10 4 9 3 4 9 8 3 9 10 3
output:
35
result:
ok 1 number(s): "35"
Test #3:
score: 0
Accepted
time: 1ms
memory: 4060kb
input:
3 1 2 0 3 2 1 3 1 1
output:
2
result:
ok 1 number(s): "2"
Test #4:
score: 0
Accepted
time: 1ms
memory: 3860kb
input:
3 3 2 123 2 1 67 3 1 763
output:
886
result:
ok 1 number(s): "886"
Test #5:
score: 0
Accepted
time: 1ms
memory: 3836kb
input:
3 3 2 724482 2 1 326757 3 1 386076
output:
1110558
result:
ok 1 number(s): "1110558"
Test #6:
score: 0
Accepted
time: 3ms
memory: 68932kb
input:
4 4 2 1 2 3 0 3 4 1 1 4 1 1 2 1 1 3 1
output:
3
result:
ok 1 number(s): "3"
Test #7:
score: 0
Accepted
time: 4ms
memory: 68880kb
input:
4 3 4 831 4 2 412 3 2 641 1 3 756 1 4 909 2 1 254
output:
2381
result:
ok 1 number(s): "2381"
Test #8:
score: 0
Accepted
time: 7ms
memory: 68672kb
input:
4 2 4 381962 4 3 793293 2 3 408508 2 1 425132 1 4 774548 3 1 430802
output:
1992973
result:
ok 1 number(s): "1992973"
Test #9:
score: -100
Wrong Answer
time: 0ms
memory: 69676kb
input:
5 2 5 1 3 5 1 2 3 1 4 2 1 4 5 1 3 4 0 1 2 1 4 1 0 1 3 0
output:
3
result:
wrong answer 1st numbers differ - expected: '4', found: '3'