17 lines
309 B
Text
17 lines
309 B
Text
int main(int x, int i){
|
|
const int a = 4;
|
|
const int a, b, c = 2 + a - 5 * (7 / 8);
|
|
printf(coucou);
|
|
int y = 7e8;
|
|
int res_2 = x + y;
|
|
|
|
if ( (a == 2) && b || c > (7*8)) {
|
|
}
|
|
else if (a) {
|
|
int x = 90;
|
|
} else {
|
|
int a = b;
|
|
}
|
|
/* SAlut Elies */
|
|
printf(i);
|
|
}
|