私信TA
用户名:18817572995
访问量:10222
签 名:
Where there is a will, there is a way.
自我简介:
屌丝程序狗
作者: Liamcoder 发表时间:2017-07-11 11:52:25 浏览:1149 | 评论:0
参考代码:
#include<iostream> using namespace std; int main(){ int n; int sum; cin >> n; sum = 2*n+n*(n-1)*3/2; cout << sum; return 0; }
0.0分
3 人评分
看不懂代码解释一下代码? 或者生成一段代码?试试AI编程助手吧