diff options
Diffstat (limited to 'scripts/.scripts/pscontests.sh')
| -rwxr-xr-x | scripts/.scripts/pscontests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/.scripts/pscontests.sh b/scripts/.scripts/pscontests.sh index 1536f96..cfadcb1 100755 --- a/scripts/.scripts/pscontests.sh +++ b/scripts/.scripts/pscontests.sh @@ -8,5 +8,5 @@ cd ${REPLY} for p in $PROBLEMS do touch $p.cpp - echo -e "#include<bits/stdc++.h>\n\nusing namespace std\n\nint main () {\n\n}" > $p.cpp + echo -e "#include<bits/stdc++.h>\n\nusing namespace; std\n\nint main () {ios_base::sync_with_stdio(false);\ncin.tie(NULL);\nint tt;\nwhile(tt--){\n}}" > $p.cpp done |
