fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int cx;
  5.  
  6. #define SZESC 6;
  7. cx = SZESC;
  8.  
  9. printf("%d", cx);
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0s 2292KB
stdin
Standard input is empty
stdout
6