#include <stdio.h>

int main() {
    int A1 = 0,A2 = 0,A3 = 0,A5 = 0,A4 = 0;
    while (A3 < 12) {
        printf("%dは",A3);
        A1 = A3 % 2;
        A2 = 0;
        while (A1 == 0 && A2 == 0) {
            goto βa;
        }
        A2 = 0;
        while (A1 == 1 && A2 == 0) {
            goto βe;
            
        }
        α:
        A3++;
    }
    goto End;
    βa:
    printf("偶数\n");
    A2 = 1;
    goto α;
    βe:
    printf("奇数\n");
    A2 = 1;
    goto α;
    End:
    return 0;
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: