fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. z=3*0x47662d2d*123750872726249;
  5. b=(z&1)<<4;
  6. a=b--;
  7. o=[];
  8. c=a--b;
  9. x=b-a;
  10. while(z){x=a&x?a&b:c+x;{o[z&b^x]=(x+6*a+b/3-4*c).chr;z=z/a/a;}if(!(z/a&b^x))}
  11. return o;
  12. }
  13.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c: In function 'main':
prog.c:4:1: error: 'z' undeclared (first use in this function)
 z=3*0x47662d2d*123750872726249;
 ^
prog.c:4:1: note: each undeclared identifier is reported only once for each function it appears in
prog.c:4:4: warning: integer overflow in expression [-Woverflow]
 z=3*0x47662d2d*123750872726249;
    ^
prog.c:5:1: error: 'b' undeclared (first use in this function)
 b=(z&1)<<4;
 ^
prog.c:6:1: error: 'a' undeclared (first use in this function)
 a=b--;
 ^
prog.c:7:1: error: 'o' undeclared (first use in this function)
 o=[];
 ^
prog.c:7:3: error: expected expression before '[' token
 o=[];
   ^
prog.c:8:1: error: 'c' undeclared (first use in this function)
 c=a--b;
 ^
prog.c:8:6: error: expected ';' before 'b'
 c=a--b;
      ^
prog.c:9:1: error: 'x' undeclared (first use in this function)
 x=b-a;
 ^
prog.c:10:77: error: expected expression before '}' token
 while(z){x=a&x?a&b:c+x;{o[z&b^x]=(x+6*a+b/3-4*c).chr;z=z/a/a;}if(!(z/a&b^x))}
                                                                             ^
stdout
Standard output is empty