QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#58705#983. The Hash Tablejy0nWA 3ms3588kbC++17396b2022-10-27 13:54:442022-10-27 13:54:47

详细

Test #1:

score: 100
Accepted
time: 3ms
memory: 3504kb

input:

3
5 4
1234 5678
5 4

output:

4
229
4

result:

ok 3 tokens

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3588kb

input:

5
919191919 998244353
919191919 308308924
124312512 700980343
199712020 199712020
1000000000 1000000000

output:

420069742
18975162173
0
0
0

result:

wrong answer 3rd words differ - expected: '34523625', found: '0'