/* HELLO.C -- Hello, world */#include "stdio.h"#include "conio.h"main(){ int a=0,b=1,c=2,d=3,e=4,f=5,g=6,h=7,i=8,j=9; printf("%d%d%d%d%d%d%d%d%d%d",a,b,c,d,e,f,g,h,i,j); getch();}
【提示:此用户正在使用Q+ Web:http://web.qq.com/】
【提示:此用户正在使用Q+ Web:http://web.qq.com/】