fork download
  1.  
  2. #include <stdio.h>
  3.  
  4. int main(void) {
  5. Int n=12,k;
  6. Printf(i%,(k=sizeof(n+12.0))++);
  7.  
  8. return 0;
  9. }
  10.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c: In function ‘main’:
prog.c:5:1: error: unknown type name ‘Int’
 Int n=12,k;
 ^~~
prog.c:6:1: warning: implicit declaration of function ‘Printf’ [-Wimplicit-function-declaration]
 Printf(i%dî,(k=sizeof(n+12.0))++);
 ^~~~~~
prog.c:6:8: error: ‘i’ undeclared (first use in this function)
 Printf(i%dî,(k=sizeof(n+12.0))++);
        ^
prog.c:6:8: note: each undeclared identifier is reported only once for each function it appears in
prog.c:6:11: error: stray ‘\303’ in program
 Printf(i%dî,(k=sizeof(n+12.0))++);
           ^
prog.c:6:12: error: stray ‘\256’ in program
 Printf(i%dî,(k=sizeof(n+12.0))++);
            ^
prog.c:6:10: error: ‘d’ undeclared (first use in this function)
 Printf(i%dî,(k=sizeof(n+12.0))++);
          ^
prog.c:6:32: error: lvalue required as increment operand
 Printf(i%dî,(k=sizeof(n+12.0))++);
                                ^~
stdout
Standard output is empty