Code: Select all
>"83",,@
Code: Select all
> v
@,,"38"<Code: Select all
>"83",,@
Code: Select all
> v
@,,"38"<


Code: Select all
int main() { return (int)(strlen("Eh beh Plum ça fait plaisir de te revoir ici")); }




Sur ce coup j'ai pas pigé, t'expliques ?LoveMetal wrote:0 !

Code: Select all
The Pirate-Communist Pudding.
Very refined and complex cake to show the magnificence of our great country,
for the glory of our awesome and unelected comrade Humchman Lenin.
Ingredients.
48 g flour
50 ml hot water
Method.
Clean the mixing bowl.
Put the flour into the mixing bowl.
Add dry ingredients to mixing bowl.
Liquify contents of the mixing bowl.
Pour contents of the mixing bowl into the baking dish.
Serves 1.


Code: Select all
#define STAHP 0x10
int main(void) {
int i = 2, j = 0, ncount = 1, last = 0;
do {
++i;
for (j = 2; j < i; j++) {
if (i % j == 0)
goto next;
}
last = i;
++ncount;
next:
;
} while (ncount < STAHP);
fprintf(stdout, "%d", last);
return 0;
}