#include<stdio.h>
#include<string.h>
int main()
{
    printf(["A, B ,C"]);
    printf("Invalid input");
    return 0;
}