diff --git a/linuxsetup b/linuxsetup new file mode 100644 index 0000000..cba37d3 --- /dev/null +++ b/linuxsetup @@ -0,0 +1,2 @@ +!#/bin/bash +touch {a..l}.in; tee {a..l}.cpp < template.cpp diff --git a/template.cpp b/template.cpp index 6646a95..f5ae442 100644 --- a/template.cpp +++ b/template.cpp @@ -13,10 +13,13 @@ using namespace std; typedef long long ll; typedef pair 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;