// editor1
#include<stdio.h>
int main()
{
    char sec;
    int Roll;
    char grp;
    scanf("%c\n",&sec);
    scanf("%d\n",&roll);
    scanf("%c\n",&grp);
    printf("Section:%c\n",sec);
    printf("Roll Number:%d\n",roll);
    printf("Bloodgroup:%c\n",grp);
    
}