QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#264427#4938. Writing TasksHuangHanShengRE 0ms10480kbC++204.5kb2023-11-25 14:00:462023-11-25 14:00:47

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2 3 2
2 1 2
2 2 3
1 1
1 1
1 1
1 1
1 2

output:

2

result:

ok single line: '2'

Test #2:

score: -100
Runtime Error

input:

2 2 2
0
1 2
0
2 1 2
2 1 2
0

output:


result: