aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorOmar Magdy <omar.professional8777@gmail.com>2022-05-28 16:37:09 +0200
committerOmar Magdy <omar.professional8777@gmail.com>2022-05-28 16:37:09 +0200
commit491c1bf7bfeb03fab156c1464d57292409059a94 (patch)
tree66e65a6f067fdb02f8af2cf40b74d01b785b81c5 /scripts
parent3c949f51a4ab72db64265b4f88ee625f6935744e (diff)
downloaddotfiles-491c1bf7bfeb03fab156c1464d57292409059a94.tar.xz
dotfiles-491c1bf7bfeb03fab156c1464d57292409059a94.zip
Edited pscontests.sh
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/.scripts/pscontests.sh2
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