“一行流”编程作品展示
Tofloor
poster avatar
xliang9550
deepin
2015-04-08 00:43
Author
我先来一个简单的,输入自然数n,求1到n的和,例如输入100将得到5050。
此程序需要使用C99规范编译,在GCC命令行中加入参数-std=c99
  1. // C99 test
  2. #include
  3. int main(void)
  4. {
  5.     for(long i=0,n=0,sum=0;i<=n;(i==0?scanf("%ld",&n):0),sum+=i,(i==n?printf("%ld",sum):0),i++)
  6.         ;
  7.     return 0;
  8. }
Copy the Code
Reply Favorite View the author
All Replies
lcw0268
deepin
2015-04-09 00:02
#1
It has been deleted!
joyk3000
deepin
2015-04-14 09:12
#2
看来是个高手
Reply View the author
Comments
admin
2015-04-14 21:22
测试
admin
deepin
2015-04-14 21:29
#3
测试{:4_122:}
Reply View the author
admin
deepin
2015-04-14 21:29
#4
测试{:4_122:}
Reply View the author
xliang9550
deepin
2015-04-15 17:22
#5
好像新版论坛帖子的代码中的部分特殊符号显示异常……
Reply View the author
cxbii
deepin
2015-04-15 17:50
#6
https://bbs.deepin.org/post/29021
好像新版论坛帖子的代码中的部分特殊符号显示异常……

不是所有人都拥有html代码的权限
Reply View the author
136******54
deepin
2015-04-15 17:58
#7
https://bbs.deepin.org/post/29021
不是所有人都拥有html代码的权限

这个帖子的楼层也窜了,一楼和二楼弄反了,而且一楼的作者也弄错了
Reply View the author
cxbii
deepin
2015-04-15 18:18
#8
https://bbs.deepin.org/post/29021
这个帖子的楼层也窜了,一楼和二楼弄反了,而且一楼的作者也弄错了

别急,我们看看怎么解决哈
Reply View the author
New Thread

Popular Events

More
国际排名
WHLUG