QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#309238#8133. When Anton Saw This Task He Reacted With 😩ucup-team367#WA 0ms26232kbC++1712.4kb2024-01-20 15:53:572024-01-20 15:53:58

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 26232kb

input:

5 3
x 2 3
v 1 0 1
x 4 5
v 0 2 1
v 1 1 1
4 1 2 3
5 0 1 1
4 0 2 2

output:

1 1 998244350 998244352
2 1 0 1
5 1 1 1
-2 0 -998244351
-998244352 -2 -1
0 0 0

result:

wrong answer 1st numbers differ by non-multiple of MOD, - expected: '998244351', found: '1'