QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#130576#3300. Cactus CompetitionL_G_JWA 4ms17824kbC++144.1kb2023-07-24 16:39:562023-07-24 16:39:58

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 3ms
memory: 17756kb

input:

3 3
-1 0 1
-1 0 1

output:

1

result:

ok single line: '1'

Test #2:

score: -100
Wrong Answer
time: 4ms
memory: 17824kb

input:

3 3
-1 0 1
1 0 1

output:

7

result:

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