fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main(){
  5. int word;
  6. cin >> word;
  7.  
  8. cout << word << word << word << endl;
  9. }
  10.  
  11.  
Success #stdin #stdout 0.01s 5288KB
stdin
yes
stdout
000