QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#73101#983. The Hash TablelarryzhongWA 2ms3416kbC++171.9kb2023-01-22 10:47:052023-01-22 10:47:09

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
5 4
1234 5678
5 4

output:

4
229
4

result:

ok 3 tokens

Test #2:

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

input:

5
919191919 998244353
919191919 308308924
124312512 700980343
199712020 199712020
1000000000 1000000000

output:

499122176
18975162173
334913751
619107226
36400000000

result:

wrong answer 1st words differ - expected: '420069742', found: '499122176'