fork download
  1. #include <iostream>
  2. #include <string>
  3. using namespace std;
  4.  
  5. int
  6. main()
  7. {
  8. string huh;
  9. for (int i = 0;i <=2;i++)
  10. {
  11. getline(cin, huh);
  12. cout << "?\n";
  13. }
  14. return 0;
  15. }
Success #stdin #stdout 0s 3464KB
stdin
EVERYONE USES ED!
stdout
?
?
?