QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#622448#4216. Funny SalesmanZhaoZiLongWA 2ms7220kbC++171.2kb2024-10-08 21:47:232024-10-08 21:47:24

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 6384kb

input:

5
1 2 0
2 3 0
3 4 0
4 5 1

output:

6

result:

ok 1 number(s): "6"

Test #2:

score: 0
Accepted
time: 2ms
memory: 6988kb

input:

10
2 1 1
3 1 1
1 4 0
5 1 2
6 4 1
2 7 2
8 4 2
8 9 3
6 10 0

output:

42

result:

ok 1 number(s): "42"

Test #3:

score: 0
Accepted
time: 2ms
memory: 7220kb

input:

2
2 1 20

output:

1048576

result:

ok 1 number(s): "1048576"

Test #4:

score: -100
Wrong Answer
time: 1ms
memory: 6704kb

input:

5
4 2 25
5 4 0
5 3 16
5 1 28

output:

1073741822

result:

wrong answer 1st numbers differ - expected: '603979776', found: '1073741822'