File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,50 @@ cd python-codeforces
28
28
pip install -e .
29
29
```
30
30
31
+ ## Using ` cf-run `
32
+
33
+ ``` shell
34
+ cf-run [contestId] [index] [program]
35
+ ```
36
+
37
+ Example:
38
+
39
+ ``` shell
40
+ $ gcc a.c -o ./out
41
+ $ cf-run 1100 A ./out
42
+ A. Roman and Browser
43
+ time limit per test: 1 second
44
+ memory limit per test: 256 megabytes
45
+
46
+ --------------------------------------------------------------------------------
47
+
48
+ Time: 16 ms
49
+
50
+ Input
51
+ 4 2
52
+ 1 1 -1 1
53
+
54
+ Participant' s output
55
+ 2
56
+
57
+ Jury' s answer
58
+ 2
59
+
60
+ --------------------------------------------------------------------------------
61
+
62
+ Time: 19 ms
63
+
64
+ Input
65
+ 14 3
66
+ -1 1 -1 -1 1 -1 -1 1 -1 -1 1 -1 -1 1
67
+
68
+ Participant' s output
69
+ 9
70
+
71
+ Jury' s answer
72
+ 9
73
+ ```
74
+
31
75
## Documentation
32
76
33
77
Documentation can be found at https://python-codeforces.readthedocs.io/en/latest/
You can’t perform that action at this time.
0 commit comments