QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#253497#4940. Token Distanceucup-team026WA 157ms159972kbC++233.4kb2023-11-17 02:45:052023-11-17 02:45:06

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 157ms
memory: 159972kb

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:

NO
NO
NO
NO
YES

result:

wrong answer 1st lines differ - expected: 'YES', found: 'NO'