#include <stdio.h>

int main(void) {
    for (int i = 0; i < 96; i++) {
        printf("Charlemagne ");
    }
    return 0;
}