le compilateur super performant
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

test.c 190B

12345678910
  1. int main(){
  2. int x, y, z;
  3. const PL5_op, b, c;
  4. printf(x);
  5. if (x == x && y != 5 + 6 || 1 + 2 == 2 + 1 && !(x == x)) {
  6. printf(x);
  7. } else {
  8. x = 3 + 2;
  9. }
  10. }