//editor1
#include<stdio.h>
int main()
{
    char Section=C;
    int Roll Number=2;
    char Blood Group=B;
    printf("Section:\n");
    printf("Roll Number:\n");
    printf("Blood Group:\n");
    return 0;
}