#include "math.h"
void main()
{
int i,j,k,c;
for(i=0;i<=9;i++)
for(j=0;j<=9;j++)
if(i!=j)
{
k=i*1000+i*100+j*10+j;
for(c=31;c*c
printf("%d.\n",k);
}}
#include <stdio.h> int main() { printf("hello world !\n"); getchar();
return 0;
}
---------------------------------"press any key to continue"这个是系统提示信息!