fork download
  1. #include <iostream>
  2. using namespace std;
  3. int main()
  4. {
  5. string s;
  6. getline(cin, s);
  7. if (s == "no original no mirror no asly")
  8. {
  9. cout << "yes madroooooooooop ya ged3aaan" << endl;
  10. cout << "elmirrorrrr elmirrorrr";
  11. }
  12. else
  13. {
  14. cout << "bustany is asly";
  15. }
  16. }
Success #stdin #stdout 0.01s 5288KB
stdin
Standard input is empty
stdout
bustany is asly