1111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int ch(int t){ if(t%2!=0) return 1; else r…… 题解列表 2022年08月06日 0 点赞 0 评论 466 浏览 评分:0.0
11111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n,t; cin>>n; while(n--) { …… 题解列表 2022年08月06日 0 点赞 0 评论 540 浏览 评分:0.0
1111111111111111111111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ string str1="(DJTU)"; char str…… 题解列表 2022年08月06日 0 点赞 0 评论 544 浏览 评分:0.0
1111111111111111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ set<string> v; string s; while…… 题解列表 2022年08月06日 0 点赞 0 评论 429 浏览 评分:0.0
链表的基本操作(C语言版) 摘要: #include #include #include //C语言网:题目 1676: 数据结构-链表的基本操作 typed…… 题解列表 2022年08月06日 0 点赞 0 评论 460 浏览 评分:0.0
111111111111111111111111111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n; float m; cin>>n>>m; dou…… 题解列表 2022年08月06日 0 点赞 0 评论 562 浏览 评分:0.0
111111111111111111111111111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int ch(int x,int y){ return x>y;}int main(…… 题解列表 2022年08月06日 0 点赞 0 评论 420 浏览 评分:0.0
111111111111111111111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n,i,j,a[100][100]; while(scanf("%d",&n)==1) …… 题解列表 2022年08月06日 0 点赞 0 评论 724 浏览 评分:0.0
111111111111111111111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int i,j,k,sum; for(i=2;i<99…… 题解列表 2022年08月06日 0 点赞 0 评论 438 浏览 评分:0.0
蓝桥杯2015年第六届真题-打印大X(C++) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int m, n; cin >> m >> n;…… 题解列表 2022年08月06日 0 点赞 0 评论 617 浏览 评分:0.0