急!!!c语言程序题求救!!!

2024-12-18 01:56:28
推荐回答(3个)
回答1:

public static void Main(string[] args) {
int a=0;
for(int i=1;i<=101;i++)
{
a=a+i;
}
Console.WriteLine("1+ 3 + 5 + …… + 101={0}",a);
Console.ReadKey();
}

回答2:

gcc-o后面跟输出文件的名字gcc-ohellohello.c这样子的格式不对吧比如编译hello.c可以输入:gcchello.c-ohello

回答3:

大哥,第二个是java啊,麻烦投java区并从题目上改掉好吗