fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. Int n=12,k;
  5. Printf(i%,(k=size of(n+12.0))++);
  6.  
  7. return 0;
  8. }
  9.  
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: unknown type name ‘Int’
 Int n=12,k;
 ^~~
prog.c:5:1: warning: implicit declaration of function ‘Printf’ [-Wimplicit-function-declaration]
 Printf(i%dî,(k=size of(n+12.0))++);
 ^~~~~~
prog.c:5:8: error: ‘i’ undeclared (first use in this function)
 Printf(i%dî,(k=size of(n+12.0))++);
        ^
prog.c:5:8: note: each undeclared identifier is reported only once for each function it appears in
prog.c:5:11: error: stray ‘\303’ in program
 Printf(i%dî,(k=size of(n+12.0))++);
           ^
prog.c:5:12: error: stray ‘\256’ in program
 Printf(i%dî,(k=size of(n+12.0))++);
            ^
prog.c:5:10: error: ‘d’ undeclared (first use in this function)
 Printf(i%dî,(k=size of(n+12.0))++);
          ^
prog.c:5:17: error: ‘size’ undeclared (first use in this function)
 Printf(i%dî,(k=size of(n+12.0))++);
                 ^~~~
prog.c:5:22: error: expected ‘)’ before ‘of’
 Printf(i%dî,(k=size of(n+12.0))++);
                      ^~
prog.c:4:10: warning: variable ‘k’ set but not used [-Wunused-but-set-variable]
 Int n=12,k;
          ^
prog.c:4:5: warning: unused variable ‘n’ [-Wunused-variable]
 Int n=12,k;
     ^
stdout
Standard output is empty