QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#515293#4885. Triangular Cactus PathsZhaoZiLongWA 0ms18720kbC++205.9kb2024-08-11 16:52:322024-08-11 16:52:32

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 18720kb

input:

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

output:

0
0
0
0
0
0

result:

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