QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#270465#7845. Fast Forwarducup-team1727#WA 3ms13764kbC++14940b2023-11-30 21:43:502023-11-30 21:43:50

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

7 7
1 1 1 1 1 1 1

output:

0 1 1 1 1 1 1 

result:

wrong answer 1st lines differ - expected: '0 0 0 0 0 0 0', found: '0 1 1 1 1 1 1 '