QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#532869#6512. Completely Multiplicative Functionrotcar08WA 4ms11360kbC++20791b2024-08-25 13:44:422024-08-25 13:44:42

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 4ms
memory: 11360kb

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)