QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#512148#9167. Coprime Arrayucup-team2866#WA 41ms18336kbC++201.8kb2024-08-10 13:40:272024-08-10 13:40:27

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 26ms
memory: 14632kb

input:

9 6

output:

3
1 7 1

result:

ok Correct

Test #2:

score: 0
Accepted
time: 2ms
memory: 7708kb

input:

14 34

output:

2
3 11

result:

ok Correct

Test #3:

score: 0
Accepted
time: 5ms
memory: 7720kb

input:

1000000000 223092870

output:

2
71 999999929

result:

ok Correct

Test #4:

score: -100
Wrong Answer
time: 41ms
memory: 18336kb

input:

2 1000000000

output:


result:

wrong output format Unexpected end of file - int32 expected