From 4390ba544556a96765c136c933f4375990b34895 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Sat, 2 Jul 2022 12:31:07 +0200 Subject: Edited some scripts and added 2 new scripts --- scripts/.scripts/cpp_ps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/.scripts/cpp_ps.sh') diff --git a/scripts/.scripts/cpp_ps.sh b/scripts/.scripts/cpp_ps.sh index ac0eb2d..1b09fe5 100755 --- a/scripts/.scripts/cpp_ps.sh +++ b/scripts/.scripts/cpp_ps.sh @@ -6,8 +6,8 @@ if [ "$input" = "y" ]; then cd $1 touch main.cpp echo -e "#include\n\nusing namespace std;\n\nint main () {\n\tios_base::sync_with_stdio(false);\n\tcin.tie(NULL);\n\tint tt;\n\tcin >> tt;\n\twhile(tt--){\n\n\t}\n}" > main.cpp - touch inp nvim main.cpp fi + -- cgit v1.2.3