QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#641309#9415. MatrixHuangHanShengWA 0ms3664kbC++202.7kb2024-10-14 19:47:322024-10-14 19:47:33

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3640kb

input:

2

output:

Yes
1 2 
3 4 

result:

ok Correct. (1 test case)

Test #2:

score: 0
Accepted
time: 0ms
memory: 3628kb

input:

3

output:

Yes
1 2 5 
3 4 5 
6 6 6 

result:

ok Correct. (1 test case)

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 3664kb

input:

4

output:

Yes
1 2 5 6 
3 4 5 6 
1 1 1 1 
7 8 8 8 

result:

wrong answer The number of quadruples 7 is invalid. (test case 1)