fork download
  1. // i/o example
  2.  
  3. #include <iostream>
  4.  
  5. int main ()
  6. {
  7. std::string expression;
  8.  
  9. while(std::cin >> expression)
  10. {
  11.  
  12. }
  13. return 0;
  14. }
Success #stdin #stdout 0s 4412KB
stdin
1
9
4
stdout
2