QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#53011#983. The Hash Tablejy0nWA 2ms3576kbC++17258b2022-10-04 17:05:162022-10-04 17:07:20

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3576kb

input:

3
5 4
1234 5678
5 4

output:

4
229
4

result:

ok 3 tokens

Test #2:

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

input:

5
919191919 998244353
919191919 308308924
124312512 700980343
199712020 199712020
1000000000 1000000000

output:

0
0
0
0
0

result:

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