题解 | #[NOIP2015]金币#

[NOIP2015]金币

https://www.nowcoder.com/practice/8f71f5670e6a45118d24d13868a2da9e

#include <stdio.h>

int main()

{

int n,c=1,q=1,s=0;

scanf("%d",&n);

for(int i=1;i<=n;i++)

{

s+=c;q--;

if(q==0)

{

c++;q=c;

}

}

printf("%d",s);

return 0;

}

全部评论

相关推荐

躺尸修仙中:因为很多92的也去卷中小厂,反正投递简历不要钱,面试不要钱,时间冲突就推,不冲突就面试积累经验
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务