#include<stdio.h>
int main
{
    char s,r,b0;
    scanf("%c",&s);
    scanf("%c",&r);
    scanf("%c",&b0);
    
    printf("section:%c\n",s);
    printf("Roll Number:%c\n",r);
    printf("Blood Group:%c\n",b);
    return 0;
}