fork download
  1. void*A(int y,int x=0){int*b=new int[]{x};return!y?new int[0]:x>=--y?b:(b[1]=(int)(int*)A(y,++x))?b:0;}
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
5
compilation info
prog.cpp: In function 'void* A(int, int)':
prog.cpp:1:37: error: expected primary-expression before ']' token
 void*A(int y,int x=0){int*b=new int[]{x};return!y?new int[0]:x>=--y?b:(b[1]=(int)(int*)A(y,++x))?b:0;}
                                     ^
stdout
Standard output is empty