1
22
333
4444
55555
Bài Giải
/*
Name: Thap so
Copyright: None
Author: Tran Anh
Description: http://www.code.tavn.net
*/
#include<conio.h>
#include <stdio.h>
main()
{
int i,j;
for (i=1;i<=5;i++)
{
for (j=1;j<=i;j++)
printf("%d",i);
printf("\n");
}
getch();
return 0;
}
Name: Thap so
Copyright: None
Author: Tran Anh
Description: http://www.code.tavn.net
*/
#include<conio.h>
#include <stdio.h>
main()
{
int i,j;
for (i=1;i<=5;i++)
{
for (j=1;j<=i;j++)
printf("%d",i);
printf("\n");
}
getch();
return 0;
}
Không có nhận xét nào:
Đăng nhận xét