fork download
  1. #include <iostream>
  2. using namespace std;
  3. int main() {
  4. int n;
  5. cin >> n;
  6. cout << "dublul numarului: " << 2*n;
  7. return 0;
  8. }
Success #stdin #stdout 0s 5304KB
stdin
Standard input is empty
stdout
dublul numarului: 65530