QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#83066#3202. Pascal's Hyper-Pyramidsxiaowuc1AC ✓89ms37740kbJava112.2kb2023-03-01 05:40:192023-03-01 05:40:19

详细

Test #1:

score: 100
Accepted
time: 51ms
memory: 36204kb

input:

2 2

output:

1

result:

ok single line: '1'

Test #2:

score: 0
Accepted
time: 38ms
memory: 35872kb

input:

2 6

output:

1
5
10

result:

ok 3 lines

Test #3:

score: 0
Accepted
time: 62ms
memory: 35724kb

input:

3 2

output:

1

result:

ok single line: '1'

Test #4:

score: 0
Accepted
time: 55ms
memory: 35820kb

input:

3 3

output:

1
2

result:

ok 2 lines

Test #5:

score: 0
Accepted
time: 55ms
memory: 36180kb

input:

3 4

output:

1
3
6

result:

ok 3 lines

Test #6:

score: 0
Accepted
time: 48ms
memory: 35996kb

input:

3 7

output:

1
6
15
20
30
60
90

result:

ok 7 lines

Test #7:

score: 0
Accepted
time: 48ms
memory: 35960kb

input:

4 3

output:

1
2

result:

ok 2 lines

Test #8:

score: 0
Accepted
time: 65ms
memory: 35736kb

input:

4 4

output:

1
3
6

result:

ok 3 lines

Test #9:

score: 0
Accepted
time: 51ms
memory: 36224kb

input:

5 5

output:

1
4
6
12
24

result:

ok 5 lines

Test #10:

score: 0
Accepted
time: 50ms
memory: 35740kb

input:

5 8

output:

1
7
21
35
42
105
140
210
420
630
840
1260

result:

ok 12 lines

Test #11:

score: 0
Accepted
time: 76ms
memory: 37740kb

input:

5 31

output:

1
30
435
870
4060
12180
24360
27405
109620
142506
164430
328860
593775
657720
712530
1425060
2035800
2850120
3562650
4275180
5852925
8550360
8906625
11875500
14250600
14307150
17813250
30045015
35626500
42751800
46823400
53439750
54627300
71253000
85503600
86493225
106879500
119759850
128764350
1454...

result:

ok 543 lines

Test #12:

score: 0
Accepted
time: 63ms
memory: 36008kb

input:

10 5

output:

1
4
6
12
24

result:

ok 5 lines

Test #13:

score: 0
Accepted
time: 55ms
memory: 35756kb

input:

10 10

output:

1
9
36
72
84
126
252
504
630
756
1260
1512
1680
2520
3024
3780
5040
7560
10080
15120
22680
30240
45360
60480
90720
181440
362880

result:

ok 27 lines

Test #14:

score: 0
Accepted
time: 76ms
memory: 36684kb

input:

10 20

output:

1
19
171
342
969
2907
3876
5814
11628
15504
23256
27132
46512
50388
58140
75582
92378
93024
116280
162792
232560
348840
352716
406980
542640
604656
697680
813960
831402
923780
1058148
1395360
1627920
1763580
2116296
2441880
3255840
3325608
4157010
4232592
4883760
5290740
6651216
7054320
7759752
8314...

result:

ok 257 lines

Test #15:

score: 0
Accepted
time: 82ms
memory: 37256kb

input:

10 25

output:

1
24
276
552
2024
6072
10626
12144
42504
63756
127512
134596
212520
255024
346104
425040
735471
807576
850080
1275120
1307504
1961256
2018940
2422728
2496144
2550240
2691920
2704156
4037880
5100480
5883768
7268184
8075760
11767536
12113640
14536368
16151520
19612560
20593188
24227280
27457584
324498...

result:

ok 632 lines

Test #16:

score: 0
Accepted
time: 72ms
memory: 36104kb

input:

20 10

output:

1
9
36
72
84
126
252
504
630
756
1260
1512
1680
2520
3024
3780
5040
7560
10080
15120
22680
30240
45360
60480
90720
181440
362880

result:

ok 27 lines

Test #17:

score: 0
Accepted
time: 75ms
memory: 36416kb

input:

20 20

output:

1
19
171
342
969
2907
3876
5814
11628
15504
23256
27132
46512
50388
58140
75582
92378
93024
116280
162792
232560
348840
352716
406980
542640
604656
697680
813960
831402
923780
1058148
1395360
1627920
1763580
2116296
2441880
3255840
3325608
4157010
4232592
4883760
5290740
6651216
7054320
7759752
8314...

result:

ok 296 lines

Test #18:

score: 0
Accepted
time: 77ms
memory: 36528kb

input:

21 21

output:

1
20
190
380
1140
3420
4845
6840
15504
19380
29070
38760
58140
77520
116280
125970
155040
167960
184756
232560
310080
465120
542640
581400
775200
930240
1007760
1162800
1511640
1627920
1847560
1860480
2325600
2713200
3255840
3488400
3527160
4651200
6046560
6976800
7054320
8139600
8314020
8817900
923...

result:

ok 366 lines

Test #19:

score: 0
Accepted
time: 58ms
memory: 36400kb

input:

31 10

output:

1
9
36
72
84
126
252
504
630
756
1260
1512
1680
2520
3024
3780
5040
7560
10080
15120
22680
30240
45360
60480
90720
181440
362880

result:

ok 27 lines

Test #20:

score: 0
Accepted
time: 89ms
memory: 36472kb

input:

31 20

output:

1
19
171
342
969
2907
3876
5814
11628
15504
23256
27132
46512
50388
58140
75582
92378
93024
116280
162792
232560
348840
352716
406980
542640
604656
697680
813960
831402
923780
1058148
1395360
1627920
1763580
2116296
2441880
3255840
3325608
4157010
4232592
4883760
5290740
6651216
7054320
7759752
8314...

result:

ok 296 lines

Test #21:

score: 0
Accepted
time: 86ms
memory: 36384kb

input:

31 21

output:

1
20
190
380
1140
3420
4845
6840
15504
19380
29070
38760
58140
77520
116280
125970
155040
167960
184756
232560
310080
465120
542640
581400
775200
930240
1007760
1162800
1511640
1627920
1847560
1860480
2325600
2713200
3255840
3488400
3527160
4651200
6046560
6976800
7054320
8139600
8314020
8817900
923...

result:

ok 366 lines