aboutsummaryrefslogtreecommitdiff
path: root/works/life/algorithm-contest-3/test-data
diff options
context:
space:
mode:
Diffstat (limited to 'works/life/algorithm-contest-3/test-data')
-rw-r--r--works/life/algorithm-contest-3/test-data/1/1.in1
-rw-r--r--works/life/algorithm-contest-3/test-data/1/2.in1
-rw-r--r--works/life/algorithm-contest-3/test-data/1/3.in1
-rw-r--r--works/life/algorithm-contest-3/test-data/1/4.in1
-rw-r--r--works/life/algorithm-contest-3/test-data/1/5.in1
-rw-r--r--works/life/algorithm-contest-3/test-data/1/6.in1
-rw-r--r--works/life/algorithm-contest-3/test-data/1/7.in1
-rw-r--r--works/life/algorithm-contest-3/test-data/2/1.in1
-rw-r--r--works/life/algorithm-contest-3/test-data/2/10.in1
-rw-r--r--works/life/algorithm-contest-3/test-data/2/11.in1
-rw-r--r--works/life/algorithm-contest-3/test-data/2/12.in1
-rw-r--r--works/life/algorithm-contest-3/test-data/2/2.in1
-rw-r--r--works/life/algorithm-contest-3/test-data/2/3.in1
-rw-r--r--works/life/algorithm-contest-3/test-data/2/4.in1
-rw-r--r--works/life/algorithm-contest-3/test-data/2/5.in1
-rw-r--r--works/life/algorithm-contest-3/test-data/2/6.in1
-rw-r--r--works/life/algorithm-contest-3/test-data/2/7.in1
-rw-r--r--works/life/algorithm-contest-3/test-data/2/8.in1
-rw-r--r--works/life/algorithm-contest-3/test-data/2/9.in1
-rw-r--r--works/life/algorithm-contest-3/test-data/3/1.in1
-rw-r--r--works/life/algorithm-contest-3/test-data/3/2.in1
-rw-r--r--works/life/algorithm-contest-3/test-data/3/3.in1
-rw-r--r--works/life/algorithm-contest-3/test-data/3/4.in1
-rw-r--r--works/life/algorithm-contest-3/test-data/3/5.in1
-rw-r--r--works/life/algorithm-contest-3/test-data/4/1.in2
-rw-r--r--works/life/algorithm-contest-3/test-data/4/2.in2
-rw-r--r--works/life/algorithm-contest-3/test-data/4/3.in2
-rw-r--r--works/life/algorithm-contest-3/test-data/4/4.in2
-rw-r--r--works/life/algorithm-contest-3/test-data/4/5.cpp31
-rw-r--r--works/life/algorithm-contest-3/test-data/4/6.cpp31
-rw-r--r--works/life/algorithm-contest-3/test-data/4/7.cpp31
-rw-r--r--works/life/algorithm-contest-3/test-data/4/8.cpp31
-rw-r--r--works/life/algorithm-contest-3/test-data/5/1.in6
-rw-r--r--works/life/algorithm-contest-3/test-data/5/10.cpp20
-rw-r--r--works/life/algorithm-contest-3/test-data/5/11.cpp20
-rw-r--r--works/life/algorithm-contest-3/test-data/5/12.cpp20
-rw-r--r--works/life/algorithm-contest-3/test-data/5/13.cpp20
-rw-r--r--works/life/algorithm-contest-3/test-data/5/14.in5
-rw-r--r--works/life/algorithm-contest-3/test-data/5/2.in6
-rw-r--r--works/life/algorithm-contest-3/test-data/5/3.in6
-rw-r--r--works/life/algorithm-contest-3/test-data/5/4.in6
-rw-r--r--works/life/algorithm-contest-3/test-data/5/5.in6
-rw-r--r--works/life/algorithm-contest-3/test-data/5/6.in6
-rw-r--r--works/life/algorithm-contest-3/test-data/5/7.in6
-rw-r--r--works/life/algorithm-contest-3/test-data/5/8.in6
-rw-r--r--works/life/algorithm-contest-3/test-data/5/9.in6
46 files changed, 0 insertions, 295 deletions
diff --git a/works/life/algorithm-contest-3/test-data/1/1.in b/works/life/algorithm-contest-3/test-data/1/1.in
deleted file mode 100644
index 9a03714..0000000
--- a/works/life/algorithm-contest-3/test-data/1/1.in
+++ /dev/null
@@ -1 +0,0 @@
-10 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/1/2.in b/works/life/algorithm-contest-3/test-data/1/2.in
deleted file mode 100644
index 8580e7b..0000000
--- a/works/life/algorithm-contest-3/test-data/1/2.in
+++ /dev/null
@@ -1 +0,0 @@
-30 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/1/3.in b/works/life/algorithm-contest-3/test-data/1/3.in
deleted file mode 100644
index d892ef5..0000000
--- a/works/life/algorithm-contest-3/test-data/1/3.in
+++ /dev/null
@@ -1 +0,0 @@
-32158 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/1/4.in b/works/life/algorithm-contest-3/test-data/1/4.in
deleted file mode 100644
index 97b3e56..0000000
--- a/works/life/algorithm-contest-3/test-data/1/4.in
+++ /dev/null
@@ -1 +0,0 @@
-49658245 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/1/5.in b/works/life/algorithm-contest-3/test-data/1/5.in
deleted file mode 100644
index 70dfac1..0000000
--- a/works/life/algorithm-contest-3/test-data/1/5.in
+++ /dev/null
@@ -1 +0,0 @@
-436356535634 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/1/6.in b/works/life/algorithm-contest-3/test-data/1/6.in
deleted file mode 100644
index 2ced27a..0000000
--- a/works/life/algorithm-contest-3/test-data/1/6.in
+++ /dev/null
@@ -1 +0,0 @@
-13425465454334 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/1/7.in b/works/life/algorithm-contest-3/test-data/1/7.in
deleted file mode 100644
index 384eda4..0000000
--- a/works/life/algorithm-contest-3/test-data/1/7.in
+++ /dev/null
@@ -1 +0,0 @@
-123456789123456789 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/2/1.in b/works/life/algorithm-contest-3/test-data/2/1.in
deleted file mode 100644
index 79c38cd..0000000
--- a/works/life/algorithm-contest-3/test-data/2/1.in
+++ /dev/null
@@ -1 +0,0 @@
-31/12/59 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/2/10.in b/works/life/algorithm-contest-3/test-data/2/10.in
deleted file mode 100644
index bcdc0a9..0000000
--- a/works/life/algorithm-contest-3/test-data/2/10.in
+++ /dev/null
@@ -1 +0,0 @@
-30/11/10 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/2/11.in b/works/life/algorithm-contest-3/test-data/2/11.in
deleted file mode 100644
index 56dc9d3..0000000
--- a/works/life/algorithm-contest-3/test-data/2/11.in
+++ /dev/null
@@ -1 +0,0 @@
-04/02/29 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/2/12.in b/works/life/algorithm-contest-3/test-data/2/12.in
deleted file mode 100644
index 569a346..0000000
--- a/works/life/algorithm-contest-3/test-data/2/12.in
+++ /dev/null
@@ -1 +0,0 @@
-05/02/29 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/2/2.in b/works/life/algorithm-contest-3/test-data/2/2.in
deleted file mode 100644
index e7e8e8b..0000000
--- a/works/life/algorithm-contest-3/test-data/2/2.in
+++ /dev/null
@@ -1 +0,0 @@
-01/01/60 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/2/3.in b/works/life/algorithm-contest-3/test-data/2/3.in
deleted file mode 100644
index 735e9d4..0000000
--- a/works/life/algorithm-contest-3/test-data/2/3.in
+++ /dev/null
@@ -1 +0,0 @@
-12/31/60 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/2/4.in b/works/life/algorithm-contest-3/test-data/2/4.in
deleted file mode 100644
index dd7f868..0000000
--- a/works/life/algorithm-contest-3/test-data/2/4.in
+++ /dev/null
@@ -1 +0,0 @@
-01/02/03 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/2/5.in b/works/life/algorithm-contest-3/test-data/2/5.in
deleted file mode 100644
index f740cc4..0000000
--- a/works/life/algorithm-contest-3/test-data/2/5.in
+++ /dev/null
@@ -1 +0,0 @@
-13/12/11 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/2/6.in b/works/life/algorithm-contest-3/test-data/2/6.in
deleted file mode 100644
index 45fc450..0000000
--- a/works/life/algorithm-contest-3/test-data/2/6.in
+++ /dev/null
@@ -1 +0,0 @@
-41/12/12 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/2/7.in b/works/life/algorithm-contest-3/test-data/2/7.in
deleted file mode 100644
index 5a71023..0000000
--- a/works/life/algorithm-contest-3/test-data/2/7.in
+++ /dev/null
@@ -1 +0,0 @@
-01/01/01 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/2/8.in b/works/life/algorithm-contest-3/test-data/2/8.in
deleted file mode 100644
index c11526c..0000000
--- a/works/life/algorithm-contest-3/test-data/2/8.in
+++ /dev/null
@@ -1 +0,0 @@
-10/11/15 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/2/9.in b/works/life/algorithm-contest-3/test-data/2/9.in
deleted file mode 100644
index eb24a27..0000000
--- a/works/life/algorithm-contest-3/test-data/2/9.in
+++ /dev/null
@@ -1 +0,0 @@
-31/11/10 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/3/1.in b/works/life/algorithm-contest-3/test-data/3/1.in
deleted file mode 100644
index cadb504..0000000
--- a/works/life/algorithm-contest-3/test-data/3/1.in
+++ /dev/null
@@ -1 +0,0 @@
-4 5 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/3/2.in b/works/life/algorithm-contest-3/test-data/3/2.in
deleted file mode 100644
index f5381fa..0000000
--- a/works/life/algorithm-contest-3/test-data/3/2.in
+++ /dev/null
@@ -1 +0,0 @@
-7 7 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/3/3.in b/works/life/algorithm-contest-3/test-data/3/3.in
deleted file mode 100644
index bb7be06..0000000
--- a/works/life/algorithm-contest-3/test-data/3/3.in
+++ /dev/null
@@ -1 +0,0 @@
-12 17 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/3/4.in b/works/life/algorithm-contest-3/test-data/3/4.in
deleted file mode 100644
index e17177b..0000000
--- a/works/life/algorithm-contest-3/test-data/3/4.in
+++ /dev/null
@@ -1 +0,0 @@
-21 17 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/3/5.in b/works/life/algorithm-contest-3/test-data/3/5.in
deleted file mode 100644
index ada4381..0000000
--- a/works/life/algorithm-contest-3/test-data/3/5.in
+++ /dev/null
@@ -1 +0,0 @@
-29 30 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/4/1.in b/works/life/algorithm-contest-3/test-data/4/1.in
deleted file mode 100644
index 99e00b5..0000000
--- a/works/life/algorithm-contest-3/test-data/4/1.in
+++ /dev/null
@@ -1,2 +0,0 @@
-3
-1 2 3
diff --git a/works/life/algorithm-contest-3/test-data/4/2.in b/works/life/algorithm-contest-3/test-data/4/2.in
deleted file mode 100644
index f33d5ec..0000000
--- a/works/life/algorithm-contest-3/test-data/4/2.in
+++ /dev/null
@@ -1,2 +0,0 @@
-3
-1 3 4
diff --git a/works/life/algorithm-contest-3/test-data/4/3.in b/works/life/algorithm-contest-3/test-data/4/3.in
deleted file mode 100644
index a18e01d..0000000
--- a/works/life/algorithm-contest-3/test-data/4/3.in
+++ /dev/null
@@ -1,2 +0,0 @@
-3
-1 1 1 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/4/4.in b/works/life/algorithm-contest-3/test-data/4/4.in
deleted file mode 100644
index 4ef3642..0000000
--- a/works/life/algorithm-contest-3/test-data/4/4.in
+++ /dev/null
@@ -1,2 +0,0 @@
-4
-0 3 12 18 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/4/5.cpp b/works/life/algorithm-contest-3/test-data/4/5.cpp
deleted file mode 100644
index 774b407..0000000
--- a/works/life/algorithm-contest-3/test-data/4/5.cpp
+++ /dev/null
@@ -1,31 +0,0 @@
-#include <algorithm>
-#include <iostream>
-#include <random>
-
-const int kCommonDifference = 25;
-const int kSequenceSize = 100;
-
-int main() {
-
- std::random_device random_device;
- auto random = std::default_random_engine{random_device()};
- std::binomial_distribution<int> distribution{100, 0.4};
-
- std::vector<int> sequence;
-
- int current_value = 0;
-
- for (int i = 0; i < kSequenceSize; i++) {
- sequence.push_back(current_value);
- current_value += distribution(random) * kCommonDifference;
- }
-
- std::shuffle(sequence.begin(), sequence.end(), random);
-
- std::cout << kSequenceSize << "\n";
- for (auto v : sequence) {
- std::cout << v << ' ';
- }
-
- return 0;
-}
diff --git a/works/life/algorithm-contest-3/test-data/4/6.cpp b/works/life/algorithm-contest-3/test-data/4/6.cpp
deleted file mode 100644
index 32c3a9f..0000000
--- a/works/life/algorithm-contest-3/test-data/4/6.cpp
+++ /dev/null
@@ -1,31 +0,0 @@
-#include <algorithm>
-#include <iostream>
-#include <random>
-
-const int kCommonDifference = 10;
-const int kSequenceSize = 1000;
-
-int main() {
-
- std::random_device random_device;
- auto random = std::default_random_engine{random_device()};
- std::binomial_distribution<int> distribution{100, 0.4};
-
- std::vector<int> sequence;
-
- int current_value = 0;
-
- for (int i = 0; i < kSequenceSize; i++) {
- sequence.push_back(current_value);
- current_value += distribution(random) * kCommonDifference;
- }
-
- std::shuffle(sequence.begin(), sequence.end(), random);
-
- std::cout << kSequenceSize << "\n";
- for (auto v : sequence) {
- std::cout << v << ' ';
- }
-
- return 0;
-}
diff --git a/works/life/algorithm-contest-3/test-data/4/7.cpp b/works/life/algorithm-contest-3/test-data/4/7.cpp
deleted file mode 100644
index 185e27c..0000000
--- a/works/life/algorithm-contest-3/test-data/4/7.cpp
+++ /dev/null
@@ -1,31 +0,0 @@
-#include <algorithm>
-#include <iostream>
-#include <random>
-
-const int kCommonDifference = 6;
-const int kSequenceSize = 10000;
-
-int main() {
-
- std::random_device random_device;
- auto random = std::default_random_engine{random_device()};
- std::binomial_distribution<int> distribution{100, 0.4};
-
- std::vector<int> sequence;
-
- int current_value = 0;
-
- for (int i = 0; i < kSequenceSize; i++) {
- sequence.push_back(current_value);
- current_value += distribution(random) * kCommonDifference;
- }
-
- std::shuffle(sequence.begin(), sequence.end(), random);
-
- std::cout << kSequenceSize << "\n";
- for (auto v : sequence) {
- std::cout << v << ' ';
- }
-
- return 0;
-}
diff --git a/works/life/algorithm-contest-3/test-data/4/8.cpp b/works/life/algorithm-contest-3/test-data/4/8.cpp
deleted file mode 100644
index d3c7d38..0000000
--- a/works/life/algorithm-contest-3/test-data/4/8.cpp
+++ /dev/null
@@ -1,31 +0,0 @@
-#include <algorithm>
-#include <iostream>
-#include <random>
-
-const int kCommonDifference = 4;
-const int kSequenceSize = 100000;
-
-int main() {
-
- std::random_device random_device;
- auto random = std::default_random_engine{random_device()};
- std::binomial_distribution<int> distribution{100, 0.4};
-
- std::vector<int> sequence;
-
- int current_value = 0;
-
- for (int i = 0; i < kSequenceSize; i++) {
- sequence.push_back(current_value);
- current_value += distribution(random) * kCommonDifference;
- }
-
- std::shuffle(sequence.begin(), sequence.end(), random);
-
- std::cout << kSequenceSize << "\n";
- for (auto v : sequence) {
- std::cout << v << ' ';
- }
-
- return 0;
-}
diff --git a/works/life/algorithm-contest-3/test-data/5/1.in b/works/life/algorithm-contest-3/test-data/5/1.in
deleted file mode 100644
index 67955b5..0000000
--- a/works/life/algorithm-contest-3/test-data/5/1.in
+++ /dev/null
@@ -1,6 +0,0 @@
-5 3
-100
-200
-300
-400
-500 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/5/10.cpp b/works/life/algorithm-contest-3/test-data/5/10.cpp
deleted file mode 100644
index c74d96d..0000000
--- a/works/life/algorithm-contest-3/test-data/5/10.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-#include <algorithm>
-#include <iostream>
-#include <random>
-
-const int kNumberCount = 100;
-const int kChooseCount = 40;
-
-int main() {
- std::random_device random_device;
- auto random = std::default_random_engine{random_device()};
- std::uniform_int_distribution<int> distribution{0, 200000};
-
- std::cout << kNumberCount << ' ' << kChooseCount << "\n";
-
- for (int i = 0; i < kNumberCount; i++) {
- std::cout << distribution(random) - 100000 << "\n";
- }
-
- return 0;
-}
diff --git a/works/life/algorithm-contest-3/test-data/5/11.cpp b/works/life/algorithm-contest-3/test-data/5/11.cpp
deleted file mode 100644
index 039ca04..0000000
--- a/works/life/algorithm-contest-3/test-data/5/11.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-#include <algorithm>
-#include <iostream>
-#include <random>
-
-const int kNumberCount = 1000;
-const int kChooseCount = 200;
-
-int main() {
- std::random_device random_device;
- auto random = std::default_random_engine{random_device()};
- std::uniform_int_distribution<int> distribution{0, 200000};
-
- std::cout << kNumberCount << ' ' << kChooseCount << "\n";
-
- for (int i = 0; i < kNumberCount; i++) {
- std::cout << distribution(random) - 100000 << "\n";
- }
-
- return 0;
-}
diff --git a/works/life/algorithm-contest-3/test-data/5/12.cpp b/works/life/algorithm-contest-3/test-data/5/12.cpp
deleted file mode 100644
index f7488fb..0000000
--- a/works/life/algorithm-contest-3/test-data/5/12.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-#include <algorithm>
-#include <iostream>
-#include <random>
-
-const int kNumberCount = 10000;
-const int kChooseCount = 1000;
-
-int main() {
- std::random_device random_device;
- auto random = std::default_random_engine{random_device()};
- std::uniform_int_distribution<int> distribution{0, 200000};
-
- std::cout << kNumberCount << ' ' << kChooseCount << "\n";
-
- for (int i = 0; i < kNumberCount; i++) {
- std::cout << distribution(random) - 100000 << "\n";
- }
-
- return 0;
-} \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/5/13.cpp b/works/life/algorithm-contest-3/test-data/5/13.cpp
deleted file mode 100644
index b4e115e..0000000
--- a/works/life/algorithm-contest-3/test-data/5/13.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-#include <algorithm>
-#include <iostream>
-#include <random>
-
-const int kNumberCount = 100000;
-const int kChooseCount = 30000;
-
-int main() {
- std::random_device random_device;
- auto random = std::default_random_engine{random_device()};
- std::uniform_int_distribution<int> distribution{0, 200000};
-
- std::cout << kNumberCount << ' ' << kChooseCount << "\n";
-
- for (int i = 0; i < kNumberCount; i++) {
- std::cout << distribution(random) - 100000 << "\n";
- }
-
- return 0;
-}
diff --git a/works/life/algorithm-contest-3/test-data/5/14.in b/works/life/algorithm-contest-3/test-data/5/14.in
deleted file mode 100644
index 9a880e1..0000000
--- a/works/life/algorithm-contest-3/test-data/5/14.in
+++ /dev/null
@@ -1,5 +0,0 @@
-4 4
--100
--100
--100
-100 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/5/2.in b/works/life/algorithm-contest-3/test-data/5/2.in
deleted file mode 100644
index 44e28ef..0000000
--- a/works/life/algorithm-contest-3/test-data/5/2.in
+++ /dev/null
@@ -1,6 +0,0 @@
-5 3
--100
--200
--300
--400
--500 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/5/3.in b/works/life/algorithm-contest-3/test-data/5/3.in
deleted file mode 100644
index d784df0..0000000
--- a/works/life/algorithm-contest-3/test-data/5/3.in
+++ /dev/null
@@ -1,6 +0,0 @@
-5 4
--100
--200
--300
--400
--500 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/5/4.in b/works/life/algorithm-contest-3/test-data/5/4.in
deleted file mode 100644
index f710da1..0000000
--- a/works/life/algorithm-contest-3/test-data/5/4.in
+++ /dev/null
@@ -1,6 +0,0 @@
-5 3
-20
--300
-100
-200
--100 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/5/5.in b/works/life/algorithm-contest-3/test-data/5/5.in
deleted file mode 100644
index 7eba3f5..0000000
--- a/works/life/algorithm-contest-3/test-data/5/5.in
+++ /dev/null
@@ -1,6 +0,0 @@
-5 3
-100
--100
--200
-300
-400 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/5/6.in b/works/life/algorithm-contest-3/test-data/5/6.in
deleted file mode 100644
index 106730a..0000000
--- a/works/life/algorithm-contest-3/test-data/5/6.in
+++ /dev/null
@@ -1,6 +0,0 @@
-5 4
-100
--100
--200
-300
-400 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/5/7.in b/works/life/algorithm-contest-3/test-data/5/7.in
deleted file mode 100644
index 01bd232..0000000
--- a/works/life/algorithm-contest-3/test-data/5/7.in
+++ /dev/null
@@ -1,6 +0,0 @@
-5 3
--100
--200
-0
--300
--400 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/5/8.in b/works/life/algorithm-contest-3/test-data/5/8.in
deleted file mode 100644
index 7e0ce0b..0000000
--- a/works/life/algorithm-contest-3/test-data/5/8.in
+++ /dev/null
@@ -1,6 +0,0 @@
-5 3
--100
-200
-0
--300
--400 \ No newline at end of file
diff --git a/works/life/algorithm-contest-3/test-data/5/9.in b/works/life/algorithm-contest-3/test-data/5/9.in
deleted file mode 100644
index 210953e..0000000
--- a/works/life/algorithm-contest-3/test-data/5/9.in
+++ /dev/null
@@ -1,6 +0,0 @@
-5 4
--100
--100
-100
-100
-200 \ No newline at end of file