diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2022-11-05 01:41:11 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2022-11-05 01:41:11 +0200 |
| commit | 7f856c7ff080b8d455b9ed16c2e57dd862c3879d (patch) | |
| tree | c2baf90f98c91567358003d6b97a4afed7fa9b42 /Borze | |
| parent | c52b36c6a37fdb1d1de146d3939cb42e2c691f44 (diff) | |
| download | competitive-programming-7f856c7ff080b8d455b9ed16c2e57dd862c3879d.tar.xz competitive-programming-7f856c7ff080b8d455b9ed16c2e57dd862c3879d.zip | |
moved some file
Diffstat (limited to 'Borze')
| -rw-r--r-- | Borze/inp | 0 | ||||
| -rwxr-xr-x | Borze/main | bin | 626184 -> 0 bytes | |||
| -rw-r--r-- | Borze/main.cpp | 14 | ||||
| -rw-r--r-- | Borze/main_input0.txt | 1 | ||||
| -rw-r--r-- | Borze/main_input1.txt | 1 | ||||
| -rw-r--r-- | Borze/main_input2.txt | 1 | ||||
| -rw-r--r-- | Borze/main_output0.txt | 1 | ||||
| -rw-r--r-- | Borze/main_output1.txt | 1 | ||||
| -rw-r--r-- | Borze/main_output2.txt | 1 |
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 Binary files differdeleted file mode 100755 index d6bf512..0000000 --- a/Borze/main +++ /dev/null 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 |
