fork download
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main(void)
  6. {
  7. cout << "|\\_/|" << endl;
  8. cout << "|q p| /}" << endl;
  9. cout << "( 0 )\"\"\"\\" << endl;
  10. cout << "|\"^\"` |" << endl;
  11. cout << "||_/=\\\\__|" << endl;
  12. return 0;
  13. }
Success #stdin #stdout 0s 4540KB
stdin
Standard input is empty
stdout
|\_/|
|q p|   /}
( 0 )"""\
|"^"`    |
||_/=\\__|