fork download
  1. include <stdio.h>
  2. int main()
  3. {
  4. int a;
  5. scanf("%d", &a);
  6. if(a==1 && a!=11) printf("%d carta",a);
  7. return
  8. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:1:9: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘<’ token
 include <stdio.h>
         ^
stdout
Standard output is empty