You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Name of default site to be used when -s flag is not
40
+
specified
41
+
--set-workdir WORKDIR
42
+
ABSOLUTE PATH to working directory
36
43
37
44
```
45
+
During installation, the default site is set to `codeforces` and the default working directory is set to `/home/your-username/ACedIt`. You can change them anytime using the above mentioned flags.
38
46
39
47
ACedIt requires the following working directory structure.
40
48
```
41
-
root-dir
49
+
workdir
42
50
|
43
-
|- Site1
44
-
| |- Contest1
45
-
| | |- Problem1
46
-
| | |- Problem2
47
-
| |- Contest2
48
-
| | |- Problem1
49
-
| | |- Problem2
50
-
|- Site2
51
-
| |- Contest1
52
-
| | |- Problem1
51
+
|-ACedIt
52
+
| |
53
+
| |- Site1
54
+
| | |- Contest1
55
+
| | | |- Problem1
56
+
| | | |- Problem2
57
+
| | |- Contest2
58
+
| | | |- Problem1
59
+
| | | |- Problem2
60
+
| |- Site2
61
+
| | |- Contest1
62
+
| | | |- Problem1
53
63
54
64
```
55
65
During installation, ACedIt will set up the basic working directory structure.
Name of default site to be used when -s flag is not
58
+
specified
59
+
--set-workdir WORKDIR
60
+
ABSOLUTE PATH to working directory
61
+
62
+
During installation, the default site is set to ``codeforces`` and the default working directory is set to ``/home/your-username/ACedIt``. You can change them anytime using the above mentioned flags.
54
63
55
64
ACedIt requires the following working directory structure.
56
65
57
66
::
58
67
59
-
root-dir
68
+
workdir
60
69
|
61
-
|- Site1
62
-
| |- Contest1
63
-
| | |- Problem1
64
-
| | |- Problem2
65
-
| |- Contest2
66
-
| | |- Problem1
67
-
| | |- Problem2
68
-
|- Site2
69
-
| |- Contest1
70
-
| | |- Problem1
70
+
|-ACedIt
71
+
| |
72
+
| |- Site1
73
+
| | |- Contest1
74
+
| | | |- Problem1
75
+
| | | |- Problem2
76
+
| | |- Contest2
77
+
| | | |- Problem1
78
+
| | | |- Problem2
79
+
| |- Site2
80
+
| | |- Contest1
81
+
| | | |- Problem1
82
+
71
83
72
84
|During installation, ACedIt will set up the basic working directory
0 commit comments