#include<stdio.h>

 

int main()

{

printf("이름 : (백승준) \n");

printf("소속 : (선부중학교 3학년) /n");

printf("소개 : (C언어를 처음으로 해 보기 위해 들어왔습니다. /n");

}