1721: 谁是你的潜在朋友 简单易懂 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; int main(){ // 定义变量n和m,以及数组a,大小为2…… 题解列表 2024年12月06日 0 点赞 0 评论 82 浏览 评分:0.0
谁是你的潜在朋友-题解(C++代码) 摘要:```cpp #include #include #include using namespace std; int main(){ int n,m; while(…… 题解列表 2020年03月26日 0 点赞 0 评论 381 浏览 评分:0.0
谁是你的潜在朋友 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<cstring> using namespace std; int main(){ int n,m;…… 题解列表 2019年03月21日 0 点赞 0 评论 616 浏览 评分:5.3
谁是你的潜在朋友 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; const int M=200+5; int a[M]={0}; int main…… 题解列表 2018年04月18日 1 点赞 1 评论 586 浏览 评分:9.0