fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. void DoThing(...)
  5. {
  6. // Do nothing
  7. }
  8.  
  9. int main() {
  10. // your code goes here
  11. DoThing(1, 2, 3);
  12. return 0;
  13. }
Success #stdin #stdout 0s 15232KB
stdin
Standard input is empty
stdout
Standard output is empty