#define _CRT_SECURE_NOWARNINGS #include <stdio.h> int main(void) { printf("Team : 이승현, 유성현"); return 0; }
여기에 코드를 넣어주세요