QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#791182#9557. Temperanceucup-team3556#WA 0ms3840kbC++20960b2024-11-28 17:20:252024-11-28 17:20:26

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2
5
1 1 1
1 1 2
1 1 3
2 3 5
2 2 4
3
1 1 1
2 2 2
3 3 3

output:

N 5
0 0 2 5 5 
N 3
0 3 3 

result:

wrong output format Expected integer, but "N" found