1352: Matrix67的派对 摘要:解题思路:注意事项:参考代码:#include <iostream> #include <algorithm> using namespace std; int n, k; int h…… 题解列表 2023年01月18日 0 点赞 0 评论 312 浏览 评分:0.0
蓝桥杯算法训练VIP-链表数据求和操作 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;struct Complex{ int imag; int real…… 题解列表 2023年01月18日 0 点赞 0 评论 194 浏览 评分:0.0
1333: [NOIP2004]合并果子 摘要:```cpp #include #include using namespace std; const int N(30005); long long a[N],b[N]; int mai…… 题解列表 2023年01月18日 0 点赞 0 评论 303 浏览 评分:9.9
2999: 牛吃牧草 摘要:方法一: ```cpp #include using namespace std; int main() { cout…… 题解列表 2023年01月18日 0 点赞 0 评论 1932 浏览 评分:5.0
2998: 电影票 摘要:```cpp #include using namespace std; int main() { int x; cin>>x; cout…… 题解列表 2023年01月18日 0 点赞 0 评论 459 浏览 评分:9.9
2801: 奇数求和 摘要:```cpp #include using namespace std; int main() { int m,n,t,s=0; cin>>m>>n; if(m>…… 题解列表 2023年01月18日 0 点赞 0 评论 433 浏览 评分:9.9
2794: 求平均年龄 摘要:```cpp #include #include using namespace std; int main() { int n,m,i=0; double sum=0;…… 题解列表 2023年01月18日 0 点赞 0 评论 541 浏览 评分:9.9
1244: 破解简单密码 摘要:```cpp #include using namespace std; int main() { string s; while(cin>>s) { …… 题解列表 2023年01月18日 0 点赞 0 评论 302 浏览 评分:9.9
A+B for Input-Output Practice (IV) 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int i,n=0; int a[100]={0}; while(ci…… 题解列表 2023年01月18日 0 点赞 0 评论 153 浏览 评分:0.0
A+B for Input-Output Practice (IV) 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int i,n=0; int a[100]={0}; while(ci…… 题解列表 2023年01月18日 0 点赞 0 评论 194 浏览 评分:0.0