fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. // your code goes here
  6. return 0;
  7. int x;
  8. cout<<"inserire un valore per x";
  9. cin>>x;
  10. cout<<x;
  11. return 0;
  12. }
Success #stdin #stdout 0.01s 5316KB
stdin
9
stdout
Standard output is empty