#include<stdio.h>
int main(){
    char a["Red"];
    char b[20];
    char c[20];
    char chose[20];
    printf("%s",a);
}