fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5.  
  6.  
  7. int x ;
  8. cin>> x ;
  9. cout <<"x=" << x<< endl ;
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. return 0;
  18. }
Success #stdin #stdout 0.01s 5320KB
stdin
5
stdout
x=5