diff --git a/quito/11.1 b/quito/11.1 new file mode 100755 index 0000000..82e3854 Binary files /dev/null and b/quito/11.1 differ diff --git a/quito/11.1.cpp b/quito/11.1.cpp new file mode 100644 index 0000000..62247a0 --- /dev/null +++ b/quito/11.1.cpp @@ -0,0 +1,23 @@ +#include +using namespace std; + +int main () { + + string compare, compare2; + cin >> compare >> compare2; + if (compare.length() == compare2.length() ) { + int i2 = compare.length()-1; + for (int i = 0; i < compare.length(); i++) { + //cout<