printf("1 2 3 4 5");
printf("1 2 3 4 5 6 7 8 9 10");
int a; a = 1; b: printf("%d ", a); if (a == 100) { goto c; } a = a + 1; goto b; c:
printf("あなたは..."); wait(1000); printf("しんでしまった!");
printf("あなたは"); wait(500); printf("."); wait(500); printf("."); wait(500); printf("."); wait(500); printf("しんでしまった!");
int a; a = 1; b: printf("%d ", a); if (a == 100) { goto c; } a = a + 1; wait(1000); goto b; c:
int a; a = 100; b: printf("%d ", a); if (a == 0) { goto c; } a = a - 1; wait(1000); goto b; c:
(This host) = http://osask.net