2788: 晶晶赴约会 摘要:```cpp #include using namespace std; int main() { int n; cin>>n; if(n!=1&&n!=3&&n…… 题解列表 2023年01月13日 0 点赞 0 评论 380 浏览 评分:9.9
2789: 骑车与走路 摘要:```cpp #include using namespace std; int main() { int b,c; float a; cin>>a; …… 题解列表 2023年01月13日 0 点赞 3 评论 521 浏览 评分:9.9
2790: 分段函数 摘要:```cpp #include #include using namespace std; int main() { float x; cin>>x; if(x…… 题解列表 2023年01月13日 0 点赞 1 评论 600 浏览 评分:9.9
2791: 计算邮资 摘要:```cpp #include using namespace std; int main() { int n,sum; char ji; cin>>n>>ji;…… 题解列表 2023年01月13日 0 点赞 0 评论 486 浏览 评分: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 评论 629 浏览 评分:9.9
2796: 求整数的和与均值 摘要:```cpp #include #include using namespace std; int main() { int x,s=0,n; cin>>n; …… 题解列表 2023年01月13日 1 点赞 0 评论 732 浏览 评分: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 评论 354 浏览 评分:9.9
1236: 母牛生小牛 摘要:```cpp #include using namespace std; int count(int year) { if(year>N; cout…… 题解列表 2023年01月13日 0 点赞 0 评论 286 浏览 评分:9.9
1233: 核电站问题 摘要:```cpp #include using namespace std; int main() { int n; long long dp[50]={0,2,4,7}; …… 题解列表 2023年01月13日 0 点赞 0 评论 360 浏览 评分:9.9
1232: 查找最大元素 摘要:```cpp #include #include using namespace std; int main() { string str; while(cin>>str…… 题解列表 2023年01月13日 0 点赞 0 评论 309 浏览 评分:9.9