diff options
Diffstat (limited to 'UltraFastMathmatician')
| -rw-r--r-- | UltraFastMathmatician/inp | 0 | ||||
| -rwxr-xr-x | UltraFastMathmatician/main | bin | 30640 -> 0 bytes | |||
| -rw-r--r-- | UltraFastMathmatician/main.cpp | 15 | ||||
| -rw-r--r-- | UltraFastMathmatician/main_input0.txt | 2 | ||||
| -rw-r--r-- | UltraFastMathmatician/main_input1.txt | 2 | ||||
| -rw-r--r-- | UltraFastMathmatician/main_input2.txt | 2 | ||||
| -rw-r--r-- | UltraFastMathmatician/main_input3.txt | 2 | ||||
| -rw-r--r-- | UltraFastMathmatician/main_output0.txt | 1 | ||||
| -rw-r--r-- | UltraFastMathmatician/main_output1.txt | 1 | ||||
| -rw-r--r-- | UltraFastMathmatician/main_output2.txt | 1 | ||||
| -rw-r--r-- | UltraFastMathmatician/main_output3.txt | 1 |
11 files changed, 0 insertions, 27 deletions
diff --git a/UltraFastMathmatician/inp b/UltraFastMathmatician/inp deleted file mode 100644 index e69de29..0000000 --- a/UltraFastMathmatician/inp +++ /dev/null diff --git a/UltraFastMathmatician/main b/UltraFastMathmatician/main Binary files differdeleted file mode 100755 index 9553c2a..0000000 --- a/UltraFastMathmatician/main +++ /dev/null diff --git a/UltraFastMathmatician/main.cpp b/UltraFastMathmatician/main.cpp deleted file mode 100644 index 83ef653..0000000 --- a/UltraFastMathmatician/main.cpp +++ /dev/null @@ -1,15 +0,0 @@ -#include<bits/stdc++.h> - -using namespace std; - -int main () { - ios_base::sync_with_stdio(false); - cin.tie(NULL); - string s1, s2; - cin >> s1 >> s2; - string ans=""; - for(int i = 0; i < s1.size(); i++) { - ans+=((s1[i] - '0') ^ (s2[i] - '0') + '0'); - } - cout << ans << endl; -} diff --git a/UltraFastMathmatician/main_input0.txt b/UltraFastMathmatician/main_input0.txt deleted file mode 100644 index 4443be3..0000000 --- a/UltraFastMathmatician/main_input0.txt +++ /dev/null @@ -1,2 +0,0 @@ -1010100 -0100101 diff --git a/UltraFastMathmatician/main_input1.txt b/UltraFastMathmatician/main_input1.txt deleted file mode 100644 index 8156dd5..0000000 --- a/UltraFastMathmatician/main_input1.txt +++ /dev/null @@ -1,2 +0,0 @@ -000 -111 diff --git a/UltraFastMathmatician/main_input2.txt b/UltraFastMathmatician/main_input2.txt deleted file mode 100644 index e530a3e..0000000 --- a/UltraFastMathmatician/main_input2.txt +++ /dev/null @@ -1,2 +0,0 @@ -1110 -1010 diff --git a/UltraFastMathmatician/main_input3.txt b/UltraFastMathmatician/main_input3.txt deleted file mode 100644 index bd9a857..0000000 --- a/UltraFastMathmatician/main_input3.txt +++ /dev/null @@ -1,2 +0,0 @@ -01110 -01100 diff --git a/UltraFastMathmatician/main_output0.txt b/UltraFastMathmatician/main_output0.txt deleted file mode 100644 index a5e2249..0000000 --- a/UltraFastMathmatician/main_output0.txt +++ /dev/null @@ -1 +0,0 @@ -1110001 diff --git a/UltraFastMathmatician/main_output1.txt b/UltraFastMathmatician/main_output1.txt deleted file mode 100644 index 58c9bdf..0000000 --- a/UltraFastMathmatician/main_output1.txt +++ /dev/null @@ -1 +0,0 @@ -111 diff --git a/UltraFastMathmatician/main_output2.txt b/UltraFastMathmatician/main_output2.txt deleted file mode 100644 index e199843..0000000 --- a/UltraFastMathmatician/main_output2.txt +++ /dev/null @@ -1 +0,0 @@ -0100 diff --git a/UltraFastMathmatician/main_output3.txt b/UltraFastMathmatician/main_output3.txt deleted file mode 100644 index f7194c0..0000000 --- a/UltraFastMathmatician/main_output3.txt +++ /dev/null @@ -1 +0,0 @@ -00010 |
