请帮我看看这个printf为什么没有输出出来?

来源:百度知道 编辑:UC知道 时间:2024/06/25 01:42:14
#include <stdio.h>

void main()
{
printf("Hi there!\n\n\nThis program is a bit");
printf(" longer than the others.");
}
我用的是turbo C,刚才卸载重装了一遍,还是不行,就连以前可以输出的也不行了,请问下这是什么问题啊,哭...

编译器问题吧 我这里输出的很好

加上一行:
printf("\n");

下次把错误提示的关键语句贴出来

输出的很好啊,我这里没有问题,
你试试#include "stdio.h"

这是编译器的问题

没有任何问题,很规范