본문 바로가기

C/백준

[단계별 풀어보기_입/출력 받아보기]7287번 문제풀이 등록

#include<stdio.h>

int main()
{
	printf("3\n");
	printf("mbl4ck\n");
}