Skip to content

Commit

Permalink
faster setup
Browse files Browse the repository at this point in the history
  • Loading branch information
vmartinv committed Feb 16, 2016
1 parent afd02f8 commit f37e92c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions linuxsetup
@@ -0,0 +1,2 @@
!#/bin/bash
touch {a..l}.in; tee {a..l}.cpp < template.cpp
5 changes: 4 additions & 1 deletion template.cpp
Expand Up @@ -13,10 +13,13 @@ using namespace std;
typedef long long ll;
typedef pair<int,int> ii;

const int MAXN=100100;
int n;

int main() {
freopen("input.in", "r", stdin);
ios::sync_with_stdio(0);
while(){
while(cin >> n){

}
return 0;
Expand Down

0 comments on commit f37e92c

Please sign in to comment.