QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#253495#4940. Token Distanceucup-team026WA 167ms159904kbC++233.4kb2023-11-17 02:43:142023-11-17 02:43:15

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 167ms
memory: 159904kb

input:

5 7
1 1 1 10 1
2 1 3
2 1 5
1 5 4
1 3 7
2 2 4
2 2 5
2 4 5

output:

YES
NO
NO
NO
NO

result:

wrong answer 4th lines differ - expected: 'YES', found: 'NO'