QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#515365#5301. Modulo Ruins the Legenducup-team4645#WA 115ms3684kbC++201.6kb2024-08-11 17:22:392024-08-11 17:22:39

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 115ms
memory: 3616kb

input:

6 24
1 1 4 5 1 4

output:

1
2 1

result:

ok ok

Test #2:

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

input:

7 29
1 9 1 9 8 1 0

output:

0
0 0

result:

ok ok

Test #3:

score: 0
Accepted
time: 0ms
memory: 3684kb

input:

1 1
0

output:

0
0 0

result:

ok ok

Test #4:

score: -100
Wrong Answer
time: 58ms
memory: 3568kb

input:

1 1000000000
963837005

output:

963837005
0 0

result:

wrong answer Participant answer greater than judge