From b3232145d37c23a5b63884a528b9ae7a071c08ee Mon Sep 17 00:00:00 2001 From: Segcolt <9hmbzr275@mozmail.com> Date: Sat, 21 Sep 2024 10:21:32 -0300 Subject: [PATCH] Refactor this repo --- .gitignore | 5 +++-- codeforces/round-105/e/E. Porcelain_input0.txt | 3 --- codeforces/round-105/e/E. Porcelain_input1.txt | 2 -- codeforces/round-105/e/E. Porcelain_output0.txt | 1 - codeforces/round-105/e/E. Porcelain_output1.txt | 1 - {codeforces/round-105/e => round-105}/E. Porcelain.cpp | 0 6 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 codeforces/round-105/e/E. Porcelain_input0.txt delete mode 100644 codeforces/round-105/e/E. Porcelain_input1.txt delete mode 100644 codeforces/round-105/e/E. Porcelain_output0.txt delete mode 100644 codeforces/round-105/e/E. Porcelain_output1.txt rename {codeforces/round-105/e => round-105}/E. Porcelain.cpp (100%) diff --git a/.gitignore b/.gitignore index 5acb669..94d815d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -build -.vscode +* +!/*/ +!*.cpp diff --git a/codeforces/round-105/e/E. Porcelain_input0.txt b/codeforces/round-105/e/E. Porcelain_input0.txt deleted file mode 100644 index 8edc070..0000000 --- a/codeforces/round-105/e/E. Porcelain_input0.txt +++ /dev/null @@ -1,3 +0,0 @@ -2 3 -3 3 7 2 -3 4 1 5 diff --git a/codeforces/round-105/e/E. Porcelain_input1.txt b/codeforces/round-105/e/E. Porcelain_input1.txt deleted file mode 100644 index c5dc452..0000000 --- a/codeforces/round-105/e/E. Porcelain_input1.txt +++ /dev/null @@ -1,2 +0,0 @@ -1 3 -4 4 3 1 2 diff --git a/codeforces/round-105/e/E. Porcelain_output0.txt b/codeforces/round-105/e/E. Porcelain_output0.txt deleted file mode 100644 index 60d3b2f..0000000 --- a/codeforces/round-105/e/E. Porcelain_output0.txt +++ /dev/null @@ -1 +0,0 @@ -15 diff --git a/codeforces/round-105/e/E. Porcelain_output1.txt b/codeforces/round-105/e/E. Porcelain_output1.txt deleted file mode 100644 index ec63514..0000000 --- a/codeforces/round-105/e/E. Porcelain_output1.txt +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/codeforces/round-105/e/E. Porcelain.cpp b/round-105/E. Porcelain.cpp similarity index 100% rename from codeforces/round-105/e/E. Porcelain.cpp rename to round-105/E. Porcelain.cpp