fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. typedef void (*func)();
  5.  
  6. int main() {
  7. // your code goes here
  8. // func f = func(12);
  9. cout << *(func)(12, 9.44, 23, 34, "what", 'c') << endl;
  10. return 0;
  11. }
Success #stdin #stdout 0s 3340KB
stdin
Standard input is empty
stdout
1