QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#112060#1861. Nondeterministic Finite AutomatonSegmentTreeWA 2ms3356kbC++17606b2023-06-09 18:01:432023-06-09 18:01:47

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 3356kb

input:

6

output:

9
0 0
0 1
0 2
0 4
1 3
2 1
3 5
4 2
5 4
13
0 1
0 2
0 3
0 4
0 5
1 2
1 5
2 1
2 4
2 5
3 2
5 2
5 4
6
0 1 2 3 4 5

result:

ok n = 6

Test #2:

score: -100
Wrong Answer
time: 2ms
memory: 3304kb

input:

20

output:


result:

wrong output format Unexpected end of file - int32 expected