fork download
  1. int main() {
  2. typedef void(*F)();
  3. typedef F (*F1)();
  4. F1()()();
  5. }
  6.  
Runtime error #stdin #stdout 0s 2892KB
stdin
Standard input is empty
stdout
Standard output is empty