c语言编写我爱你

c语言编写我爱你

第1个回答  2011-08-20
#include<stdio.h>
main()
{
printf("I LOVE YOU");
}

在vc++6.0上就能运行
希望你能采纳本回答被提问者采纳
第2个回答  2011-08-20
#include "stdio.h"
void mian(){
printf("我爱你");
}
第3个回答  2011-08-19
void main ()
int i ;
i= I LOVE YOU ;
printf() “i” ;
第4个回答  2011-08-19
我也爱你
相似回答