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();
}
gcc-o后面跟输出文件的名字gcc-ohellohello.c这样子的格式不对吧比如编译hello.c可以输入:gcchello.c-ohello
大哥,第二个是java啊,麻烦投java区并从题目上改掉好吗