炎冬落雪
炎冬落雪
题解
#include <stdio.h>
全部文章
题解
归档
标签
去牛客网
登录
/
注册
#include <stdio.h>
515 浏览
0 回复
2020-05-11
炎冬落雪
+关注
牛牛学数列
http://www.nowcoder.com/practice/0b97367cd2184c12a0e02f7c223aee11
int main()
{
int n,t,sum;
scanf("%d",&n);
if(n%2==0) t=(-1);
else t=1;
sum=(n+1)/2;
printf("%d",t*sum);
}
举报
收藏
赞
评论加载中...