fork(1) download
  1. #include <iostream>
  2. using namespace std;
  3. int main() {
  4. int a, b;
  5. cin >> a >> b;
  6. cout << a + a << endl;
  7. return 0;
  8. }
Success #stdin #stdout 0s 4464KB
stdin
Standard input is empty
stdout
834036320