NWU_ACM

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2017年3月13日

摘要: 1 #include <iostream> 2 using namespace std; 3 int a[1001]; 4 int main() { 5 int n; 6 while(cin>>n) 7 cout<<(n*n*n+5*n)/6+1<<endl; 8 } 阅读全文
posted @ 2017-03-13 20:19 NWU_ACM 阅读(105) 评论(0) 推荐(0) 编辑

摘要: 1 #include<stack> 2 #include<queue> 3 #include<cmath> 4 #include<vector> 5 #include<cstdio> 6 #include<cstring> 7 #include<iostream> 8 #include<algori 阅读全文
posted @ 2017-03-13 20:04 NWU_ACM 阅读(155) 评论(0) 推荐(0) 编辑

摘要: 1 #include <iostream> 2 #include <algorithm> 3 #include <cstring> 4 #include <cstdio> 5 #include <bitset> 6 #include <vector> 7 #include <queue> 8 #in 阅读全文
posted @ 2017-03-13 16:02 NWU_ACM 阅读(152) 评论(0) 推荐(0) 编辑