1233: 核电站问题 摘要:```cpp #include using namespace std; int main() { int n; long long dp[50]={0,2,4,7}; …… 题解列表 2023年01月13日 0 点赞 0 评论 489 浏览 评分:9.9
1234: 检查一个数是否为质数 摘要:```cpp #include using namespace std; int main() { int n; while(cin>>n) { …… 题解列表 2023年01月13日 0 点赞 0 评论 469 浏览 评分:9.6
1235: 检查金币 摘要:```cpp #include #include #include using namespace std; int w,r[10]={1,3,9,27,81,243,729,2187,65…… 题解列表 2023年01月13日 0 点赞 0 评论 529 浏览 评分:7.0
2104: 释放魔法 摘要:```cpp #include using namespace std; int n,m,h[1000][1000],v[3][3]; int fun(int x,int y) { …… 题解列表 2023年01月13日 0 点赞 2 评论 276 浏览 评分:6.0
1236: 母牛生小牛 摘要:```cpp #include using namespace std; int count(int year) { if(year>N; cout…… 题解列表 2023年01月13日 0 点赞 0 评论 417 浏览 评分:9.9
1587: 蓝桥杯算法训练VIP-Buying Sets 摘要:```cpp #include #include #include #include using namespace std; const int MAXN=305,INF=1…… 题解列表 2023年01月13日 0 点赞 0 评论 474 浏览 评分:9.9
2796: 求整数的和与均值 摘要:```cpp #include #include using namespace std; int main() { int x,s=0,n; cin>>n; …… 题解列表 2023年01月13日 1 点赞 0 评论 844 浏览 评分:9.9
2793: 点和正方形的关系 摘要:```cpp #include using namespace std; int main() { int a,b; cin>>a>>b; if(a=-1&&b=…… 题解列表 2023年01月13日 0 点赞 0 评论 752 浏览 评分:9.9
2791: 计算邮资 摘要:```cpp #include using namespace std; int main() { int n,sum; char ji; cin>>n>>ji;…… 题解列表 2023年01月13日 0 点赞 0 评论 622 浏览 评分:9.9
2790: 分段函数 摘要:```cpp #include #include using namespace std; int main() { float x; cin>>x; if(x…… 题解列表 2023年01月13日 0 点赞 1 评论 717 浏览 评分:9.9