aboutsummaryrefslogtreecommitdiff
path: root/Borze
diff options
context:
space:
mode:
Diffstat (limited to 'Borze')
-rw-r--r--Borze/inp0
-rwxr-xr-xBorze/mainbin626184 -> 0 bytes
-rw-r--r--Borze/main.cpp14
-rw-r--r--Borze/main_input0.txt1
-rw-r--r--Borze/main_input1.txt1
-rw-r--r--Borze/main_input2.txt1
-rw-r--r--Borze/main_output0.txt1
-rw-r--r--Borze/main_output1.txt1
-rw-r--r--Borze/main_output2.txt1
9 files changed, 0 insertions, 20 deletions
diff --git a/Borze/inp b/Borze/inp
deleted file mode 100644
index e69de29..0000000
--- a/Borze/inp
+++ /dev/null
diff --git a/Borze/main b/Borze/main
deleted file mode 100755
index d6bf512..0000000
--- a/Borze/main
+++ /dev/null
Binary files differ
diff --git a/Borze/main.cpp b/Borze/main.cpp
deleted file mode 100644
index b35852f..0000000
--- a/Borze/main.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#include<bits/stdc++.h>
-
-using namespace std;
-
-int main () {
- ios_base::sync_with_stdio(false);
- cin.tie(NULL);
- string s;
- cin >> s;
- s = regex_replace(s, regex("--"), "2");
- s = regex_replace(s, regex("-\\."), "1");
- s = regex_replace(s, regex("\\."), "0");
- cout << s << endl;
-}
diff --git a/Borze/main_input0.txt b/Borze/main_input0.txt
deleted file mode 100644
index 0685e8c..0000000
--- a/Borze/main_input0.txt
+++ /dev/null
@@ -1 +0,0 @@
-.-.--
diff --git a/Borze/main_input1.txt b/Borze/main_input1.txt
deleted file mode 100644
index 7bb3b93..0000000
--- a/Borze/main_input1.txt
+++ /dev/null
@@ -1 +0,0 @@
---.
diff --git a/Borze/main_input2.txt b/Borze/main_input2.txt
deleted file mode 100644
index c8b3186..0000000
--- a/Borze/main_input2.txt
+++ /dev/null
@@ -1 +0,0 @@
--..-.--
diff --git a/Borze/main_output0.txt b/Borze/main_output0.txt
deleted file mode 100644
index de97a6d..0000000
--- a/Borze/main_output0.txt
+++ /dev/null
@@ -1 +0,0 @@
-012
diff --git a/Borze/main_output1.txt b/Borze/main_output1.txt
deleted file mode 100644
index 209e3ef..0000000
--- a/Borze/main_output1.txt
+++ /dev/null
@@ -1 +0,0 @@
-20
diff --git a/Borze/main_output2.txt b/Borze/main_output2.txt
deleted file mode 100644
index 2d1420d..0000000
--- a/Borze/main_output2.txt
+++ /dev/null
@@ -1 +0,0 @@
-1012