fork download
  1. #include <bits/stdc++.h>
  2.  
  3. using namespace std;
  4.  
  5. int main() {
  6. long long a;
  7. cin >> a;
  8.  
  9. cout <<"am"<<endl;
  10. cout <<"duong"<<endl;
  11.  
  12. cout <<"chan"<<endl;
  13. cout <<"le"<<endl;
  14.  
  15. return 0;
  16. }
Success #stdin #stdout 0s 5320KB
stdin
Standard input is empty
stdout
am
duong
chan
le