QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#373913 | #7410. Apollonian Network | ZhaoZiLong | WA | 4ms | 68872kb | C++17 | 6.3kb | 2024-04-02 10:16:29 | 2024-04-02 10:16:31 |
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: 4060kb
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: 0ms
memory: 68692kb
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: 5620kb
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: 5624kb
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: 5572kb
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: 0ms
memory: 68620kb
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: -100
Wrong Answer
time: 4ms
memory: 68872kb
input:
4 3 4 831 4 2 412 3 2 641 1 3 756 1 4 909 2 1 254
output:
2306
result:
wrong answer 1st numbers differ - expected: '2381', found: '2306'