TC 2.0为什麽不能执行程序??

2025-06-01 06:49:40
推荐回答(1个)
回答1:

Run之后Alt+F5可以看到运行结果
或在程序尾加个getch();

main()
{
printf("Hello");
getch();
}