QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#247021#7619. Make SYSU Great Again Iucup-team952#WA 1ms3780kbC++14798b2023-11-11 13:14:352023-11-11 13:14:43

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3 6

output:

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

result:

ok The answer is correct.

Test #2:

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

input:

3 7

output:

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

result:

ok The answer is correct.

Test #3:

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

input:

2 4

output:

1 1
1 2
2 2
2 1

result:

ok The answer is correct.

Test #4:

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

input:

3 9

output:

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

result:

ok The answer is correct.

Test #5:

score: 0
Accepted
time: 1ms
memory: 3648kb

input:

10 20

output:

1 1
1 2
2 2
2 3
3 3
3 4
4 4
4 5
5 5
5 6
6 6
6 7
7 7
7 8
8 8
8 9
9 9
9 10
10 10
10 1

result:

ok The answer is correct.

Test #6:

score: -100
Wrong Answer
time: 1ms
memory: 3780kb

input:

10 100

output:

1 1
1 2
2 2
2 3
3 3
3 4
4 4
4 5
5 5
5 6
6 6
6 7
7 7
7 8
8 8
8 9
9 9
9 10
10 10
10 1
1 3
1 5
1 7
1 9
2 1
2 4
2 6
2 8
2 10
3 1
3 5
3 7
3 9
4 1
4 3
4 6
4 8
4 10
5 1
5 3
5 7
5 9
6 1
6 3
6 5
6 8
6 10
7 1
7 3
7 5
7 9
8 1
8 3
8 5
8 7
8 10
9 1
9 3
9 5
9 7
10 2
10 4
10 6
10 8
11 1
11 3
11 5
11 7
11 9
12 1
12...

result:

wrong answer Integer 11 violates the range [1, 10]