File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -430,13 +430,31 @@ if False {
430
430
}, " prob092" ;
431
431
}
432
432
433
+ subtest {
434
+ plan 1 ;
435
+
436
+ my $ problem = " prob098" ;
437
+ my @ authors = <andreoss >;
438
+ my $ expected-output = 18769 ;
439
+ check-example-solutions($ problem , $ expected-output , @ authors )
440
+ }, " prob098" ;
441
+
442
+ subtest {
443
+ plan 1 ;
444
+
445
+ my $ problem = " prob099" ;
446
+ my @ authors = <andreoss >;
447
+ my $ expected-output = 709 ;
448
+ check-example-solutions($ problem , $ expected-output , @ authors )
449
+ }, " prob099" ;
450
+
451
+
433
452
subtest {
434
453
plan 1 ;
435
454
436
455
my $ problem = " prob100" ;
437
456
my @ authors = <andreoss >;
438
457
my $ expected-output = 756872327473 ;
439
-
440
458
check-example-solutions($ problem , $ expected-output , @ authors )
441
459
}, " prob100" ;
442
460
You can’t perform that action at this time.
0 commit comments