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