QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#245612#6512. Completely Multiplicative Functionucup-team1502WA 8ms8844kbC++202.0kb2023-11-10 05:57:582023-11-10 05:57:59

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 8ms
memory: 8844kb

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 sum of f is not k (test case 2)