QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#476597#1427. FlipZhangYiDeWA 2ms7348kbC++112.0kb2024-07-13 20:23:452024-07-13 20:23:45

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 7348kb

input:

2 6
2 1 2
2 1 3
2 1 4
2 2 3
2 2 4
2 3 4

output:

499122177
748683265
748683265
748683265
748683265
499122177

result:

ok 6 numbers

Test #2:

score: -100
Wrong Answer
time: 2ms
memory: 6672kb

input:

3 5
3 2 3 5
2 2 4
2 5 6
3 1 4 6
2 2 5

output:

935854081
623902721
31195136
935854081
686292993

result:

wrong answer 3rd numbers differ - expected: '374341633', found: '31195136'