fork download
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main(){
  6.  
  7. int a;
  8.  
  9. cout<<"Digite um numero ";
  10. cin>>a;
  11.  
  12. cout<<"Voce digitou: " << a;
  13.  
  14.  
  15.  
  16.  
  17. return 0;
  18. }
Success #stdin #stdout 0s 4484KB
stdin
Standard input is empty
stdout
Digite um numero Voce digitou: 32765