-
Notifications
You must be signed in to change notification settings - Fork 224
cf gen should be executed automatically #25
Comments
It's good while parsing single problem. I'll consider your thought. |
@xalanq Can you please tell what you mean by "there is a timestamp in each code"? |
@GaurangTandon OK, that's should be "there could be a timestamp in each code". Somebody may want to record the starting time of each problem, so he/she can put the timestamp in the code. In usage:
and a template: /* Generated by powerful Codeforces Tool
* You can download the binary file in here https://github.com/xalanq/cf-tool (win, osx, linux)
* Author: $%U%$
* Time: $%Y%$-$%M%$-$%D%$ $%h%$:$%m%$:$%s%$
**/
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
int main() {
ios::sync_with_stdio(false);
cin.tie(0);
return 0;
} If the user run |
I understand, however, not all of us insert timestamps into our code. I think if you could add an extra option to "autorun cf gen while doing cf parse", it would be very useful for several of us. |
Good idea! |
cf gen
andcf parse
should go hand in hand, atleast while parsing individual problems.Running
cf parse
should also runcf gen
in the respective directories.The text was updated successfully, but these errors were encountered: