QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#138775#6512. Completely Multiplicative FunctionZhaoZiLongWA 5ms5924kbC++201.5kb2023-08-12 10:29:472023-08-12 10:29:50

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 5ms
memory: 5924kb

input:

4
4 2
10 0
10 1
10 10

output:

1 1 -1 1
1 -1 1 -1 -1 -1 1 -1 1 1
-1
1 1 1 1 1 1 1 1 1 1

result:

wrong answer f[4] != f[2] * f[2] (test case 2)