QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#384729#6512. Completely Multiplicative Functionucup-team3316WA 3ms12016kbC++2024.7kb2024-04-10 11:24:002024-04-10 11:24:01

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 3ms
memory: 12016kb

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)