fork download
  1. int main()
  2. {
  3. int a, b;
  4. scanf("%d", &a, &b);
  5. printf("Execution finished...");
  6. return 0;
  7. }
Success #stdin #stdout 0s 4240KB
stdin
Standard input is empty
stdout
Execution finished...