#include
main()
{
int i, j, m, n;
int c=0;
scanf("%d %d", &m, &n);
for (i=1; i<=m; i++) {
for (j=1; j<=n; j++) {
for (c<10;printf("%d", c++)) {
else
printf("%d", 0);}
if (j==n)
printf("\n");
else
printf(" ");
}
}
system ("pause");
return 0;
}
Tuesday, October 06, 2009
tes 0206
Subscribe to:
Post Comments (Atom)
0 komentar:
Post a Comment