From 491c1bf7bfeb03fab156c1464d57292409059a94 Mon Sep 17 00:00:00 2001 From: Omar Magdy Date: Sat, 28 May 2022 16:37:09 +0200 Subject: Edited pscontests.sh --- scripts/.scripts/pscontests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/.scripts/pscontests.sh') 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\n\nusing namespace std\n\nint main () {\n\n}" > $p.cpp + echo -e "#include\n\nusing namespace; std\n\nint main () {ios_base::sync_with_stdio(false);\ncin.tie(NULL);\nint tt;\nwhile(tt--){\n}}" > $p.cpp done -- cgit v1.2.3