問題1 回答
#include<stdio.h>
main()
{
printf("My name is Kunihito Kato\n");
}
[ 戻る ]