注册 登录
编程论坛 C语言论坛

没反应,不知道哪里出错了。

qq674736183 发布于 2020-07-04 18:04, 4341 次点击
// 222.cpp : Defines the entry point for the console application.
///*example 1.1 the first C Program*/
#include <stdio.h">
void main ()

{
    printf("this is a  c program.\n");
}
this is a prgram
13 回复
#2
吹水佬2020-07-04 19:37
">
#3
qq6747361832020-07-04 19:54
#include <stdio.h>
void main ()

{
    printf("this is a  c program.\n");
}
this is a prgram

=========
还是不行。。。
#4
c992020-07-04 20:27
#include <stdio.h>
int main (void)

{
    printf("this is a  c program.\n");
    return 0;
}
#5
qq6747361832020-07-04 20:41
你的也不对。此程序存在已知的兼容问题?怎么办?
#6
c992020-07-04 21:22
重装系统
#7
c992020-07-04 21:22
或用Dev-C++
#8
八画小子2020-07-05 11:51
提供一下你用的IDE,我们看看。
#9
c992020-07-05 19:27
Dev-C++就是我用的编辑器
#10
c992020-07-05 19:28
c或c++都能用
#11
lubin162020-07-06 22:11
建议使用标准编程,只要支持的任何IDE都能通过!
#include<stdio.h>
int main(void)
{
    printf("this is a  c program.\n");
    return 0;
}
#12
qq6747361832020-07-14 18:56
编译运行,也不行。程序兼容问题,发现病毒。

#include<stdio.h>
void main()
{
printf(“this is a c program.\n”);
}
#13
mmyem20002020-07-15 11:16
this is a prgram注释掉试试
#14
qq6747361832020-07-15 19:55
为什么这么简单的问题,都出错啊,到底错在哪啊?
1