fork download
  1. using signature = int(double, double);
  2.  
  3. signature f;
  4.  
  5. int f(double, double) {
  6. return 0;
  7. }
  8.  
  9. int main() {}
Success #stdin #stdout 0s 2892KB
stdin
Standard input is empty
stdout
Standard output is empty