QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#344694#6512. Completely Multiplicative FunctionGuanYunchangWA 5ms7124kbC++171.2kb2024-03-04 22:01:182024-03-04 22:01:19

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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 1)