No Description
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.

progC 309B

1234567891011121314151617
  1. int main(int x, int i){
  2. const int a = 4;
  3. const int a, b, c = 2 + a - 5 * (7 / 8);
  4. printf(coucou);
  5. int y = 7e8;
  6. int res_2 = x + y;
  7. if ( (a == 2) && b || c > (7*8)) {
  8. }
  9. else if (a) {
  10. int x = 90;
  11. } else {
  12. int a = b;
  13. }
  14. /* SAlut Elies */
  15. printf(i);
  16. }