#define _CRT_SECURE_NO_WARNINGS #include<stdio.h> int main(void){ printf("Team:최다인, 김상렬"); return 0; }