rbx.cp 0.5.40__py3-none-any.whl → 0.5.45__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- rbx/box/builder.py +6 -6
- rbx/box/checkers.py +100 -25
- rbx/box/cli.py +868 -0
- rbx/box/code.py +272 -84
- rbx/box/contest/statements.py +4 -2
- rbx/box/generators.py +55 -49
- rbx/box/generators_test.py +7 -7
- rbx/box/main.py +1 -868
- rbx/box/package.py +57 -2
- rbx/box/packaging/boca/packager.py +2 -1
- rbx/box/packaging/main.py +17 -9
- rbx/box/packaging/moj/packager.py +49 -10
- rbx/box/retries.py +5 -5
- rbx/box/schema.py +20 -4
- rbx/box/solutions.py +46 -108
- rbx/box/solutions_test.py +5 -6
- rbx/box/state.py +1 -0
- rbx/box/statements/build_statements.py +4 -2
- rbx/box/stresses.py +23 -12
- rbx/box/tasks.py +277 -0
- rbx/box/testcase_extractors.py +21 -21
- rbx/box/testcases/main.py +19 -14
- rbx/box/unit.py +10 -7
- rbx/box/validators.py +10 -10
- rbx/box/validators_test.py +3 -3
- rbx/grading/judge/cacher.py +0 -4
- rbx/grading/judge/digester.py +0 -3
- rbx/grading/judge/sandbox.py +15 -0
- rbx/grading/judge/sandboxes/stupid_sandbox.py +20 -6
- rbx/grading/judge/sandboxes/timeit.py +117 -7
- rbx/grading/judge/storage.py +0 -4
- rbx/grading/steps.py +76 -2
- rbx/grading/steps_with_caching.py +45 -3
- rbx/grading/steps_with_caching_run_test.py +51 -49
- rbx/main.py +0 -4
- rbx/resources/packagers/moj/scripts/compare.sh +25 -6
- rbx/test.py +6 -4
- {rbx_cp-0.5.40.dist-info → rbx_cp-0.5.45.dist-info}/METADATA +2 -2
- {rbx_cp-0.5.40.dist-info → rbx_cp-0.5.45.dist-info}/RECORD +42 -55
- {rbx_cp-0.5.40.dist-info → rbx_cp-0.5.45.dist-info}/WHEEL +1 -1
- rbx/testdata/box1/gen1.cpp +0 -7
- rbx/testdata/box1/gen2.cpp +0 -9
- rbx/testdata/box1/genScript.py +0 -2
- rbx/testdata/box1/hard-tle.sol.cpp +0 -26
- rbx/testdata/box1/ole.cpp +0 -17
- rbx/testdata/box1/problem.rbx.yml +0 -39
- rbx/testdata/box1/re.sol.cpp +0 -23
- rbx/testdata/box1/sol.cpp +0 -22
- rbx/testdata/box1/tests/1.in +0 -1
- rbx/testdata/box1/tle-and-incorrect.sol.cpp +0 -33
- rbx/testdata/box1/tle.sol.cpp +0 -35
- rbx/testdata/box1/validator.cpp +0 -11
- rbx/testdata/box1/wa.sol.cpp +0 -22
- rbx/testdata/caching/executable.py +0 -1
- rbx/testdata/compatible +0 -0
- {rbx_cp-0.5.40.dist-info → rbx_cp-0.5.45.dist-info}/LICENSE +0 -0
- {rbx_cp-0.5.40.dist-info → rbx_cp-0.5.45.dist-info}/entry_points.txt +0 -0
@@ -2,10 +2,11 @@ rbx/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
rbx/annotations.py,sha256=LXbVOSkE9kwcxEirsOMo10cEnvol854QvaCBIjhWyE8,3047
|
3
3
|
rbx/autoenum.py,sha256=cusv8ClXRlDVvhZ8eDrtYcL_2peXlHugAey_ht8roXk,12025
|
4
4
|
rbx/box/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
-
rbx/box/builder.py,sha256=
|
5
|
+
rbx/box/builder.py,sha256=MDm2qqmhedAbhn3rWP6cDwbBsGhV6sz_2sg1zLkPDw0,3613
|
6
6
|
rbx/box/cd.py,sha256=9a_SOnzoJBXxxffp4Wbf3UKXIwKuN3Hvj7K6SocALwE,1194
|
7
|
-
rbx/box/checkers.py,sha256=
|
8
|
-
rbx/box/
|
7
|
+
rbx/box/checkers.py,sha256=l_QYatpKHQTSQ-R7DzNjEkDtdo2g9MkdT_3Kr6xgABU,8690
|
8
|
+
rbx/box/cli.py,sha256=J8mqlZLLZO720FNvkdbV2K1-RGFezNYtyY7Mb4aBrT0,26371
|
9
|
+
rbx/box/code.py,sha256=Cnts7noJaaoM35DZ9xcJAKXLwsKB4oBebMidqmMMO4M,18795
|
9
10
|
rbx/box/compile.py,sha256=OJLthDQ921w9vyoE6Gk1Df54i5RwtRJ2YG-8XEfefcs,2489
|
10
11
|
rbx/box/conftest.py,sha256=sEmciXSeDC-wmrZ1JSxbsUenKNP_VWW32mrCun2pY3I,1070
|
11
12
|
rbx/box/contest/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -14,24 +15,24 @@ rbx/box/contest/contest_package.py,sha256=OaUbpBtkhkgOPzJ1ccI_Vq4FMSaJvZm3gMOKfV
|
|
14
15
|
rbx/box/contest/contest_utils.py,sha256=TDE7I6YQJlu4dQd68wzOp019bNgqiT0RlM-LMQMjL9w,301
|
15
16
|
rbx/box/contest/main.py,sha256=oL-GbyLKdpMjIWiSuWTQgRhQ9hcb7DuNn0axkunx0io,7436
|
16
17
|
rbx/box/contest/schema.py,sha256=JMAig5WpaOahNgAHxA9vX4zYeVYDxpjKP_PFGvmmkE0,4954
|
17
|
-
rbx/box/contest/statements.py,sha256=
|
18
|
+
rbx/box/contest/statements.py,sha256=Or8gFb6P_oViGdeiVgepXsvd_W84mA7LRaVmiAXWWSg,2977
|
18
19
|
rbx/box/creation.py,sha256=Evz7K6JoarD-4JJQsZsgoxU9FgCF9Z7-LfuroG4Cqls,2444
|
19
20
|
rbx/box/deferred.py,sha256=II3X9e87JCOZtmspnHh-n4PFqh-FsH_oc0XJHZ9ZYVQ,691
|
20
21
|
rbx/box/download.py,sha256=MFP-R26JiYGAP89I0TK-0fYc69Fsd20tsBqgtRCy5AE,2234
|
21
22
|
rbx/box/environment.py,sha256=47NtyuVC6zSQKAtQaXPEXvqcD-KJiuWRpWF8pYvcG4c,11158
|
22
23
|
rbx/box/extensions.py,sha256=Von8kIeXvNFTkGlMRMTvL2HIHPwlkuiMswr-ydbGV1w,519
|
23
24
|
rbx/box/formatting.py,sha256=3phFRHzqVXj4Ok1yDhCq6Clbw6KlqwJNpMhs--oTWFI,405
|
24
|
-
rbx/box/generators.py,sha256=
|
25
|
-
rbx/box/generators_test.py,sha256=
|
25
|
+
rbx/box/generators.py,sha256=081wKmLQpR7rGGxL9RUWULZef-1DpUWg4U8mWrHvTI0,12431
|
26
|
+
rbx/box/generators_test.py,sha256=J7aBfuJhU84MWDWzgReRoOuQw_hVa09B8gTKAvL2XVo,1987
|
26
27
|
rbx/box/lazy_importing_main.py,sha256=6Z8As7qVFFT619xHH9Xt8VCH57NjC4aDxfAgkWiUwT8,116
|
27
28
|
rbx/box/lazy_importing_test.py,sha256=B0-b3y_DkxEmtVfu4NfmVsgVdFl6kRCsEL6GLMHJISo,628
|
28
|
-
rbx/box/main.py,sha256=
|
29
|
-
rbx/box/package.py,sha256=
|
29
|
+
rbx/box/main.py,sha256=Imwc0ZkheOpa5r8S0Xpb8RLQzJgxb9vyuSR4_wab11g,43
|
30
|
+
rbx/box/package.py,sha256=YuX_FS6yKx6FaFz0NF0cx3v6jzhqwvsLr3Oprx_TTJA,13645
|
30
31
|
rbx/box/packaging/boca/extension.py,sha256=hQhcbocNfW2ESv5RalS1wf6uvOoOfOnR_gHvbXUbSzY,852
|
31
|
-
rbx/box/packaging/boca/packager.py,sha256=
|
32
|
+
rbx/box/packaging/boca/packager.py,sha256=KE-BpFZh8r7ftZJGmD6Zx1bWOTrbNhgS7i9k-yDtfK4,10740
|
32
33
|
rbx/box/packaging/contest_main.py,sha256=nMdgPE4OK_tsnUMdRI1cJwLpgxGrwW_mJjox0oOALWw,2757
|
33
|
-
rbx/box/packaging/main.py,sha256=
|
34
|
-
rbx/box/packaging/moj/packager.py,sha256=
|
34
|
+
rbx/box/packaging/main.py,sha256=65WUve5qTAqM8EGltZK9UoWTSIGQBUZtJhV8sauxdNM,2751
|
35
|
+
rbx/box/packaging/moj/packager.py,sha256=prNtHAYLNbNJssq_YQAERDW9dtCpL8D2xhIDp731i5c,5847
|
35
36
|
rbx/box/packaging/packager.py,sha256=suCT_SLnWa915rV2j8VFqzH43HGKRTr9mGGlrvj45aw,3267
|
36
37
|
rbx/box/packaging/polygon/packager.py,sha256=HNpxP2nclLChSnrQtkT7tLwDdXHl1dzXMIF5RZwr9M4,10811
|
37
38
|
rbx/box/packaging/polygon/test.py,sha256=bgEju5PwudgyfwxXJagm8fM6CJVlWM6l_-2q1V-oKaQ,3069
|
@@ -40,36 +41,37 @@ rbx/box/presets/__init__.py,sha256=BwmjBw8wF8yiZFjCYBjMk-HGMZaRwhlfszbWAj3B0vw,1
|
|
40
41
|
rbx/box/presets/fetch.py,sha256=F-BCOlvEBEyDqtOhiDuGPn4EDtA4Bwm-fqHJ7zZGlW8,1975
|
41
42
|
rbx/box/presets/lock_schema.py,sha256=6sRPnyePOC8yy-5WcD5JRZdDJHf8loqbvpQ1IPiOU9s,349
|
42
43
|
rbx/box/presets/schema.py,sha256=mZmSPkQsw7eQM0lQN6er1MO_LiW1ObwwAZFDK0F5fxE,1962
|
43
|
-
rbx/box/retries.py,sha256=
|
44
|
+
rbx/box/retries.py,sha256=tRk2K1bXw2xnwkAj2CsktRHTEhw7YKcPxMQTT6mCy-E,4707
|
44
45
|
rbx/box/sanitizers/warning_stack.py,sha256=RI97_GJgdjTKIXY_r0EKp5h0qQQSDSdNDh5K7zINrqs,2861
|
45
|
-
rbx/box/schema.py,sha256=
|
46
|
+
rbx/box/schema.py,sha256=P1jVaeqe4OcotAJOqu3T5WD8DR-amZyyq3cau5rPiM8,17086
|
46
47
|
rbx/box/setter_config.py,sha256=s53talhwM6FTGDCcBhY7IlZ6_6mJ3PMp6V4kTtaSs50,4262
|
47
|
-
rbx/box/solutions.py,sha256=
|
48
|
-
rbx/box/solutions_test.py,sha256=
|
49
|
-
rbx/box/state.py,sha256=
|
48
|
+
rbx/box/solutions.py,sha256=lzvk72PsQOE0TMK6AOk-qNROK0fRAKcGINtokq6gypU,42554
|
49
|
+
rbx/box/solutions_test.py,sha256=TCowbxBG3SvDlFO5-qtBj_M_HrAHe0IJaI1XwoQ1d00,1718
|
50
|
+
rbx/box/state.py,sha256=MMf3DvfQji0jKEliCHct2Tpp_0epL1tvP8HbHNArQIc,166
|
50
51
|
rbx/box/statements/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
51
|
-
rbx/box/statements/build_statements.py,sha256=
|
52
|
+
rbx/box/statements/build_statements.py,sha256=uHlC3y3PtKaGUd2ZS_zYxi6-AKco6v_yd-lvm6BfrNA,12091
|
52
53
|
rbx/box/statements/builders.py,sha256=L67i-CP6ftDm2wR6VWywTd3ad7-fhWSSMfaN66Gt13s,11201
|
53
54
|
rbx/box/statements/joiners.py,sha256=jItNXkAbTjFQpPMgfDMW86n3vMTbaE8sgo9I8Yf4Txg,2886
|
54
55
|
rbx/box/statements/latex.py,sha256=LkcHwXjMFxbw--Gj9T1VkFKQFsXhY9dN7xZHpZycNW8,1346
|
55
56
|
rbx/box/statements/latex_jinja.py,sha256=7WBfn1h8DpqCAmSE6Av64HfURMnJ2AO4QX1CD72sz5E,7096
|
56
57
|
rbx/box/statements/schema.py,sha256=ES8EUE9JE_uJlDwQx1kZd_5nQJyABtlnjP5IjbWaJ-0,3897
|
57
|
-
rbx/box/stresses.py,sha256=
|
58
|
+
rbx/box/stresses.py,sha256=E4JU1JrUcikPA6QEACKnEOBkRocpEhswkF1iE7aRD5U,12147
|
58
59
|
rbx/box/stressing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
59
60
|
rbx/box/stressing/finder_parser.py,sha256=jXpYNa4FyugzmHi3r96Uv4rU1krRQJc5Ihr9jf1cvNo,11918
|
60
61
|
rbx/box/stressing/generator_parser.py,sha256=oHZryjR3YohgaSO9WEirQ7b2e-98WgZStF0N99W4Thw,7380
|
61
|
-
rbx/box/
|
62
|
+
rbx/box/tasks.py,sha256=upcj8aQjJ5Oi0XHD4CVutAvzh-K0gIbpikAhu6_nTMM,9537
|
63
|
+
rbx/box/testcase_extractors.py,sha256=T5vCW5qERlqitGrFP6RuITEVr9o8XQozNa4AsxfuV_Y,11871
|
62
64
|
rbx/box/testcase_utils.py,sha256=qtv7-bJbbblMgINvcf_3YTdD85MTtWpD23KUSZUL1as,4327
|
63
65
|
rbx/box/testcases/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
64
|
-
rbx/box/testcases/main.py,sha256=
|
66
|
+
rbx/box/testcases/main.py,sha256=sLEgpVCDjRc3tJcU--DNWMmc58KgrkQe4zGzBorO-rk,5394
|
65
67
|
rbx/box/ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
66
68
|
rbx/box/ui/captured_log.py,sha256=ptICDPViVnz-_2NfrcB0SSBXNW5L74zI-vAZNN7kSok,11319
|
67
69
|
rbx/box/ui/css/app.tcss,sha256=apd5PkPEvl5jK3kE2qrxPyVED1VnvSsj08QQwzUPwEA,786
|
68
70
|
rbx/box/ui/main.py,sha256=b0rHcBF42W4AOCv7WhtiGf_rUnY0yxpqO5oj3wfR4R4,984
|
69
71
|
rbx/box/ui/run.py,sha256=wMEXrEFdQvMHz2hRKAFIithTnTtaL0kNQZu0jKmb8jI,7060
|
70
|
-
rbx/box/unit.py,sha256=
|
71
|
-
rbx/box/validators.py,sha256=
|
72
|
-
rbx/box/validators_test.py,sha256=
|
72
|
+
rbx/box/unit.py,sha256=veyBuz_7AbDFbdWi02jq_zLwXEkmgt0djXgVJU-OYCU,3755
|
73
|
+
rbx/box/validators.py,sha256=oqlNhw7jivbbH5l8g3xwihPRy76AM7MA3G4A8nyI_V0,10416
|
74
|
+
rbx/box/validators_test.py,sha256=WY4Ho-wlsPHc0YNuz0KFVd6KQ9ouuiou3w5_zMOZ4Fs,362
|
73
75
|
rbx/checker.py,sha256=pj1jO3my48ru-qugbER5onccANCjoR0-PaFe3H3VGEY,4118
|
74
76
|
rbx/clone.py,sha256=wpHyED0_7ST7LD3vj7HjXhzqEzlwh6dRQvKQVDYhGeU,6744
|
75
77
|
rbx/config.py,sha256=0Mzlh5Ud4Ju7o7uyyRYhQpg8sMP7psUns_xlou6Bopk,8187
|
@@ -81,22 +83,22 @@ rbx/grading/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
81
83
|
rbx/grading/caching.py,sha256=tnCQl08kUC0IYx5XKxfvaUGJIvEC_C2LPJHNv90clOw,12029
|
82
84
|
rbx/grading/conftest.py,sha256=iN9LUG1IQqhK5JjkctcP68v6675oYsiD2sQSgyLMTqw,960
|
83
85
|
rbx/grading/judge/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
84
|
-
rbx/grading/judge/cacher.py,sha256=
|
85
|
-
rbx/grading/judge/digester.py,sha256=
|
86
|
-
rbx/grading/judge/sandbox.py,sha256=
|
86
|
+
rbx/grading/judge/cacher.py,sha256=TDgYDhehnJIv64EFiXxPAtVADD8q9WcJa_BE9TsE-JM,17669
|
87
|
+
rbx/grading/judge/digester.py,sha256=gtOIe_iL4PEWA7OKelW1gjSI-nBvbOpDPJGV8VQyjSg,912
|
88
|
+
rbx/grading/judge/sandbox.py,sha256=Pc1JAh_ZZ46m-S10rmoYCA7ZWGpLCYB0UnhdzSFMDyY,24054
|
87
89
|
rbx/grading/judge/sandboxes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
88
90
|
rbx/grading/judge/sandboxes/isolate.py,sha256=9xgBuNfAvGtO2zME1FXRah2rcPvzDShsPG0TTuX_UDU,25649
|
89
|
-
rbx/grading/judge/sandboxes/stupid_sandbox.py,sha256=
|
90
|
-
rbx/grading/judge/sandboxes/timeit.py,sha256=
|
91
|
-
rbx/grading/judge/storage.py,sha256=
|
91
|
+
rbx/grading/judge/sandboxes/stupid_sandbox.py,sha256=RDnCA4EmEgA2D0MOuD1y7eTRX_jKNRhVQkmUAb2dsgg,10606
|
92
|
+
rbx/grading/judge/sandboxes/timeit.py,sha256=HR_5CRyuY4OHZ1rTcEXZ796UfqlAJGX8HiZpgxOApkk,10475
|
93
|
+
rbx/grading/judge/storage.py,sha256=3vv0HvtenbUZBH33CB5ZzX66ppL22G6munBaAA9BgwQ,9418
|
92
94
|
rbx/grading/judge/test.py,sha256=ll0Iw7zyOpGdKPD_PGH7dvUkb4stQLu-ikbQnqJvuAc,944
|
93
95
|
rbx/grading/judge/testiso.py,sha256=v14DtkWiZFJ9AKMzrb0_vZKPWDt8jz8iIw1Z2O-Advk,1397
|
94
|
-
rbx/grading/steps.py,sha256=
|
95
|
-
rbx/grading/steps_with_caching.py,sha256=
|
96
|
-
rbx/grading/steps_with_caching_run_test.py,sha256=
|
96
|
+
rbx/grading/steps.py,sha256=jpGsUMvyquaZraZlwf5YqxfQLK-F2OateFpJ8ZheQO8,25219
|
97
|
+
rbx/grading/steps_with_caching.py,sha256=nez2YwgauGXKRjhk6tQxTDGQ-HEk7KfZOeAPhsxi5iw,3150
|
98
|
+
rbx/grading/steps_with_caching_run_test.py,sha256=mh4DRInrOGhnQFWD1SlcjDm_HvcSDFTDMSpAlG-Q5SI,15570
|
97
99
|
rbx/grading_utils.py,sha256=lL2KtSkOsMElqrRoApQTbFcqVOeHVWUDTMCa3IsLpC4,4484
|
98
100
|
rbx/hydration.py,sha256=WqbgIfCZNwqspVhMuUlx8-sNOYhq_ZWbeZnkcetuAZI,3669
|
99
|
-
rbx/main.py,sha256=
|
101
|
+
rbx/main.py,sha256=pFZreQhcoq-vIvWuVVeJEa8s_ka24dxF0WmaasarscE,2865
|
100
102
|
rbx/metadata.py,sha256=4eIHWlwwq-eAbpRDZkCovcGMbwOVVy-5JMmbLtk429w,3116
|
101
103
|
rbx/providers/__init__.py,sha256=gHXg1BTiXJ_0Z_HoVTZrqhi5IIZ57Dhy0pt7K2ETbA4,1378
|
102
104
|
rbx/providers/codeforces.py,sha256=HWQN3Zb9UfXgCfwcNMEk6m1HoXQ-UE2odVfZoPukyCg,2294
|
@@ -124,7 +126,7 @@ rbx/resources/packagers/boca/run/java,sha256=raJu_-wdc-KTvWgFoQsW2Zxp70PoLvitSyi
|
|
124
126
|
rbx/resources/packagers/boca/run/kt,sha256=D1KbwscStaawlesXgQICP2oRaXBevO4XcUd8RrT0whk,4655
|
125
127
|
rbx/resources/packagers/boca/run/py2,sha256=6xjPmoIEblvbM5k9Gm_fwxU-RmrihMX9j3LSUMyXws4,4908
|
126
128
|
rbx/resources/packagers/boca/run/py3,sha256=-TRTRMBiiIhVz5EAfXM_3IKC8u49VUHSfyHbWWiW5-w,4908
|
127
|
-
rbx/resources/packagers/moj/scripts/compare.sh,sha256=
|
129
|
+
rbx/resources/packagers/moj/scripts/compare.sh,sha256=K6iCRqvvNiJHOl5pWs6RJGuRq6la7AarNQaIwZvMULI,2721
|
128
130
|
rbx/resources/presets/default/contest/contest.rbx.yml,sha256=aThSvWG0Nv4BKoucQG6Q0KpS20hsT46BHyVCQTdvtUM,424
|
129
131
|
rbx/resources/presets/default/contest/statement/contest.rbx.tex,sha256=3YDQo5c-SGbwXcd4uytyY_Mc7UriAditgdJnbN8UdHg,3062
|
130
132
|
rbx/resources/presets/default/contest/statement/olymp.sty,sha256=k4TCQz1IeXV75oZ2_dcWEQ3ziTDegOEdnYn4Xb4vzsU,6766
|
@@ -153,28 +155,13 @@ rbx/submit.py,sha256=7AMqiPyfQRdeO8UPRZqs_gQ88ws5lJrJ_0u40PoVJbQ,2246
|
|
153
155
|
rbx/submitors/__init__.py,sha256=sVcRNnuKMZatmpGkQURaEVHK-MfU2U0nH4nOatuqywE,620
|
154
156
|
rbx/submitors/codeforces.py,sha256=TWOfGRbYnPAphaPW1j9JsrL29sAJf-OSakxQjJyBMkU,3998
|
155
157
|
rbx/submitors/submitor.py,sha256=8q-Hbdahxt30ciT_R9j_xF6lEPUh9IcfAUnzjQjbvHU,457
|
156
|
-
rbx/test.py,sha256=
|
158
|
+
rbx/test.py,sha256=tZyTrXDK8MLR-1TyCRxiOiNz-PhlXVpshfUGphakkT4,11830
|
157
159
|
rbx/testcase.py,sha256=yKOq3CAJZ1YTmInvnoIs0u1iJnRj_X85XiWbLI-p9d8,1951
|
158
160
|
rbx/testcase_rendering.py,sha256=nfmv6dSEqd4aR3TsaODwkKGK6AXty_DDKtWf_ejiQpI,2084
|
159
|
-
rbx/testdata/box1/gen1.cpp,sha256=Yx4uxlEtCeuC7NjrnRotONJBldiR5HSD6jvvVyjjh1I,91
|
160
|
-
rbx/testdata/box1/gen2.cpp,sha256=hRxLtUfj5ZvCrWF0G2is6-np9cVBPsP6Dj32-QLp3Bk,139
|
161
|
-
rbx/testdata/box1/genScript.py,sha256=HkMDSw7_ttj_2rpnZnlNMYGrj_PWzZzMDCUbCgXraVI,42
|
162
|
-
rbx/testdata/box1/hard-tle.sol.cpp,sha256=SnnhfKIngu6-xzTvHJ51stSPvXCsCKeHJnKr4hwzNZ8,389
|
163
|
-
rbx/testdata/box1/ole.cpp,sha256=7brjB5CWBDWOmRgwSOIQ8E65SGIJRrg7jQ4ClMYLmxY,253
|
164
|
-
rbx/testdata/box1/problem.rbx.yml,sha256=pA21zLlyyqM_iQP3vVrCBWVAMf8tJ5vy5y7T3UYwr-0,801
|
165
|
-
rbx/testdata/box1/re.sol.cpp,sha256=A6s7E-_2lG3ZRViecYy5vI6SElBOtpbhZUMcMQPIyQU,426
|
166
|
-
rbx/testdata/box1/sol.cpp,sha256=fSaVcFEq0_cYP-z2RfCvyTP4MwoE4nexwFDBgRpE_Fw,421
|
167
|
-
rbx/testdata/box1/tests/1.in,sha256=UciUkcfyYz8ZrSF_cy2DKt4L13PRmy8eh-Dlw7RbKdM,4
|
168
|
-
rbx/testdata/box1/tle-and-incorrect.sol.cpp,sha256=BM7iFwuYE4jD4Q16-pOD0RwQxxYZF-t-VwVgVcrEgao,582
|
169
|
-
rbx/testdata/box1/tle.sol.cpp,sha256=k3mboV4p_aNtM3VOm1vvxlVUiNfSEM1TP8hr-gnttYI,630
|
170
|
-
rbx/testdata/box1/validator.cpp,sha256=EWiKEWB6Nvke3SjBWHnkhkKJjwOqY_WX5kuXLxibABY,196
|
171
|
-
rbx/testdata/box1/wa.sol.cpp,sha256=qsHmvtLJOFI_sdvUT6ITqk7FJYqhrRTCmEIRdy4gSGE,407
|
172
|
-
rbx/testdata/caching/executable.py,sha256=WKRHNf_fprFJd1Fq1ubmQtR3mZzTYVNwKPLWuZ4HrWg,10
|
173
|
-
rbx/testdata/compatible,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
174
161
|
rbx/testing_utils.py,sha256=ZXMysGXpTtvS1lfLL38FuD5iSIyxi3ARjQePDrUmEtc,2067
|
175
162
|
rbx/utils.py,sha256=6e1eXRzNE-52D0UVtqclePxqR4Haiqt8qWCrSVjnGuE,4585
|
176
|
-
rbx_cp-0.5.
|
177
|
-
rbx_cp-0.5.
|
178
|
-
rbx_cp-0.5.
|
179
|
-
rbx_cp-0.5.
|
180
|
-
rbx_cp-0.5.
|
163
|
+
rbx_cp-0.5.45.dist-info/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
164
|
+
rbx_cp-0.5.45.dist-info/METADATA,sha256=C1zyfAGCq-sfkXX8y52EA2XJIjBgD5X_N4vPE5oDrDk,3261
|
165
|
+
rbx_cp-0.5.45.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
166
|
+
rbx_cp-0.5.45.dist-info/entry_points.txt,sha256=qBTLBOeifT1F00LWaEewRRE_jQPgvH7BUdJfZ-dYsFU,57
|
167
|
+
rbx_cp-0.5.45.dist-info/RECORD,,
|
rbx/testdata/box1/gen1.cpp
DELETED
rbx/testdata/box1/gen2.cpp
DELETED
rbx/testdata/box1/genScript.py
DELETED
@@ -1,26 +0,0 @@
|
|
1
|
-
#include <bits/stdc++.h>
|
2
|
-
#include <ctime>
|
3
|
-
|
4
|
-
using namespace std;
|
5
|
-
|
6
|
-
void busy_loop() {
|
7
|
-
double wait = 5.0;
|
8
|
-
int start = clock();
|
9
|
-
int end = clock();
|
10
|
-
while (((double) (end - start)) / CLOCKS_PER_SEC < wait)
|
11
|
-
{
|
12
|
-
end = clock();
|
13
|
-
}
|
14
|
-
}
|
15
|
-
|
16
|
-
int32_t main() {
|
17
|
-
ios::sync_with_stdio(false);
|
18
|
-
cin.tie(0);
|
19
|
-
|
20
|
-
int n; cin >> n;
|
21
|
-
|
22
|
-
busy_loop();
|
23
|
-
|
24
|
-
cout << "hard" << endl;
|
25
|
-
return 0;
|
26
|
-
}
|
rbx/testdata/box1/ole.cpp
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
|
2
|
-
#include <bits/stdc++.h>
|
3
|
-
|
4
|
-
using namespace std;
|
5
|
-
|
6
|
-
int32_t main() {
|
7
|
-
ios::sync_with_stdio(false);
|
8
|
-
cin.tie(0);
|
9
|
-
|
10
|
-
int n;
|
11
|
-
cin >> n;
|
12
|
-
|
13
|
-
for (int i = 1; i <= 100000; i++) { // more than output limit of 100kb
|
14
|
-
cout << 123456 << "\n";
|
15
|
-
}
|
16
|
-
return 0;
|
17
|
-
}
|
@@ -1,39 +0,0 @@
|
|
1
|
-
---
|
2
|
-
name: "test-problem"
|
3
|
-
timeLimit: 1000
|
4
|
-
memoryLimit: 256
|
5
|
-
outputLimit: 100 # 100 kb
|
6
|
-
generators:
|
7
|
-
- name: "gen1"
|
8
|
-
path: "gen1.cpp"
|
9
|
-
- name: "gen2"
|
10
|
-
path: "gen2.cpp"
|
11
|
-
validator:
|
12
|
-
path: "validator.cpp"
|
13
|
-
testcases:
|
14
|
-
- name: "gen1"
|
15
|
-
testcaseGlob: "tests/*.in"
|
16
|
-
subgroups:
|
17
|
-
- name: "gen"
|
18
|
-
generators:
|
19
|
-
- name: "gen1"
|
20
|
-
- name: "gen2"
|
21
|
-
args: "424242"
|
22
|
-
- name: "genScript"
|
23
|
-
generatorScript:
|
24
|
-
path: "genScript.py"
|
25
|
-
solutions:
|
26
|
-
- path: "sol.cpp"
|
27
|
-
outcome: "ac"
|
28
|
-
- path: "wa.sol.cpp"
|
29
|
-
outcome: "fail"
|
30
|
-
- path: "re.sol.cpp"
|
31
|
-
outcome: "rte"
|
32
|
-
- path: "tle.sol.cpp"
|
33
|
-
outcome: "tle"
|
34
|
-
- path: "tle-and-incorrect.sol.cpp"
|
35
|
-
outcome: "tle"
|
36
|
-
- path: "hard-tle.sol.cpp"
|
37
|
-
outcome: "tle"
|
38
|
-
- path: "ole.cpp"
|
39
|
-
outcome: "ole"
|
rbx/testdata/box1/re.sol.cpp
DELETED
@@ -1,23 +0,0 @@
|
|
1
|
-
#include <bits/stdc++.h>
|
2
|
-
|
3
|
-
using namespace std;
|
4
|
-
|
5
|
-
int32_t main() {
|
6
|
-
ios::sync_with_stdio(false);
|
7
|
-
cin.tie(0);
|
8
|
-
|
9
|
-
int n; cin >> n;
|
10
|
-
|
11
|
-
vector<int> divisors;
|
12
|
-
assert(false);
|
13
|
-
for(int i = 0; i*i <= n; i++) {
|
14
|
-
if (n % i == 0) {
|
15
|
-
divisors.push_back(i);
|
16
|
-
divisors.push_back(n/i);
|
17
|
-
}
|
18
|
-
}
|
19
|
-
|
20
|
-
sort(divisors.begin(), divisors.end());
|
21
|
-
for (int x : divisors) cout << x << '\n';
|
22
|
-
return 0;
|
23
|
-
}
|
rbx/testdata/box1/sol.cpp
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
#include <bits/stdc++.h>
|
2
|
-
|
3
|
-
using namespace std;
|
4
|
-
|
5
|
-
int32_t main() {
|
6
|
-
ios::sync_with_stdio(false);
|
7
|
-
cin.tie(0);
|
8
|
-
|
9
|
-
int n; cin >> n;
|
10
|
-
|
11
|
-
vector<int> divisors;
|
12
|
-
for(int i = 1; i*i <= n; i++) {
|
13
|
-
if (n % i == 0) {
|
14
|
-
divisors.push_back(i);
|
15
|
-
if (i != n/i) divisors.push_back(n/i);
|
16
|
-
}
|
17
|
-
}
|
18
|
-
|
19
|
-
sort(divisors.begin(), divisors.end());
|
20
|
-
for (int x : divisors) cout << x << '\n';
|
21
|
-
return 0;
|
22
|
-
}
|
rbx/testdata/box1/tests/1.in
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
777
|
@@ -1,33 +0,0 @@
|
|
1
|
-
#include <bits/stdc++.h>
|
2
|
-
#include <ctime>
|
3
|
-
|
4
|
-
using namespace std;
|
5
|
-
|
6
|
-
void busy_loop() {
|
7
|
-
double wait = 1.0;
|
8
|
-
int start = clock();
|
9
|
-
int end = clock();
|
10
|
-
while (((double) (end - start)) / CLOCKS_PER_SEC < wait)
|
11
|
-
{
|
12
|
-
end = clock();
|
13
|
-
}
|
14
|
-
}
|
15
|
-
|
16
|
-
int32_t main() {
|
17
|
-
ios::sync_with_stdio(false);
|
18
|
-
cin.tie(0);
|
19
|
-
|
20
|
-
int n; cin >> n;
|
21
|
-
busy_loop();
|
22
|
-
|
23
|
-
vector<int> divisors;
|
24
|
-
for(int i = 1; i*i <= n; i++) {
|
25
|
-
if (n % i == 0) {
|
26
|
-
divisors.push_back(i);
|
27
|
-
}
|
28
|
-
}
|
29
|
-
|
30
|
-
sort(divisors.begin(), divisors.end());
|
31
|
-
for (int x : divisors) cout << x << '\n';
|
32
|
-
return 0;
|
33
|
-
}
|
rbx/testdata/box1/tle.sol.cpp
DELETED
@@ -1,35 +0,0 @@
|
|
1
|
-
#include <bits/stdc++.h>
|
2
|
-
#include <ctime>
|
3
|
-
|
4
|
-
using namespace std;
|
5
|
-
|
6
|
-
void busy_loop() {
|
7
|
-
double wait = 1.0;
|
8
|
-
int start = clock();
|
9
|
-
int end = clock();
|
10
|
-
while (((double) (end - start)) / CLOCKS_PER_SEC < wait)
|
11
|
-
{
|
12
|
-
end = clock();
|
13
|
-
}
|
14
|
-
}
|
15
|
-
|
16
|
-
int32_t main() {
|
17
|
-
ios::sync_with_stdio(false);
|
18
|
-
cin.tie(0);
|
19
|
-
|
20
|
-
int n; cin >> n;
|
21
|
-
|
22
|
-
busy_loop();
|
23
|
-
|
24
|
-
vector<int> divisors;
|
25
|
-
for(int i = 1; i*i <= n; i++) {
|
26
|
-
if (n % i == 0) {
|
27
|
-
divisors.push_back(i);
|
28
|
-
if (i != n/i) divisors.push_back(n/i);
|
29
|
-
}
|
30
|
-
}
|
31
|
-
|
32
|
-
sort(divisors.begin(), divisors.end());
|
33
|
-
for (int x : divisors) cout << x << '\n';
|
34
|
-
return 0;
|
35
|
-
}
|
rbx/testdata/box1/validator.cpp
DELETED
rbx/testdata/box1/wa.sol.cpp
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
#include <bits/stdc++.h>
|
2
|
-
|
3
|
-
using namespace std;
|
4
|
-
|
5
|
-
int32_t main() {
|
6
|
-
ios::sync_with_stdio(false);
|
7
|
-
cin.tie(0);
|
8
|
-
|
9
|
-
int n; cin >> n;
|
10
|
-
|
11
|
-
vector<int> divisors;
|
12
|
-
for(int i = 1; i*i <= n; i++) {
|
13
|
-
if (n % i == 0) {
|
14
|
-
divisors.push_back(i);
|
15
|
-
divisors.push_back(n/i);
|
16
|
-
}
|
17
|
-
}
|
18
|
-
|
19
|
-
sort(divisors.begin(), divisors.end());
|
20
|
-
for (int x : divisors) cout << x << '\n';
|
21
|
-
return 0;
|
22
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
print(42)
|
rbx/testdata/compatible
DELETED
File without changes
|
File without changes
|
File without changes
|