女モーヲタ帝国@狼

このエントリーをはてなブックマークに追加
517名無し募集中。。。
#include <stdio.h>
main()
{
int x,y;
scanf("%d %d",&x,&y);
printf("%d %d\n",x,y);
}