fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. unsigned z;
  6. string in;
  7. int age;
  8. cin>>z;
  9. while (z--) {
  10. getline (cin, in);
  11. cout<<age;
  12. }
  13. return 0;
  14. }
Success #stdin #stdout 0s 3100KB
stdin
1
stdout
Standard output is empty