~cpp
#include<stdio.h>
main(void)
{
int a;
int i;
printf("몇단 꺼?\n");
scanf("%d",&a);
printf("단 꺼~\n");
for(i=1;i<10;i++)
printf("%d×%d=%d\n",a,i,a*i);
}
끝.
날 망 말 ¶
http://blog.empas.com/sooryun/22033982_639x639.jpg
== 녕~~ 밑 러봐.. 무무 밌다..ㅋㅋ ==
꺼 뭔말 는람??? 떤 배가 는데..; 나는 뭔말 몰겠다.;;
== 녕~~ 밑 러봐.. 무무 밌다..ㅋㅋ ==
기강! 낚!!!
| Today | 23 |
| Total | 23 |
| 로그램명 | 드 | ||
| 1 | 로그램 | 3 | 로그램/ |
~cpp
#include <iostream>
using namespace std;
int main()
{
return 0;
}









