用C语言输出我爱你

如题所述

我也凑凑热闹,来个GUI界面的吧:
#include<windows.h>
int main()
{
MessageBox(NULL,"我爱你!","",0);
return 0;
}
温馨提示:答案为网友推荐,仅供参考
第1个回答  2016-01-01
#include"stdio.h"
int main()
{
printf("我爱你");
return 0;
}
第2个回答  2008-05-05
#include <stdio.h>

main()
{
printf("我爱你!");
}
第3个回答  2008-05-05
#include <stdio.h>
#include <conio.h>

void main()
{
printf("我爱你");
getch();
}
第4个回答  2008-05-05
都是人才啊..哈..我看不用C了..直接对人家说吧.更实在些...