谁是你的潜在朋友-题解(C++代码) 摘要:```cpp #include #include #include using namespace std; int main(){ int n,m; while(…… 题解列表 2020年03月26日 0 点赞 0 评论 440 浏览 评分:0.0
谁是你的潜在朋友 摘要:解题思路:注意事项:参考代码:while True: try: n,m = map(int,input().split()) L = [int(input()) fo…… 题解列表 2023年04月05日 0 点赞 0 评论 114 浏览 评分:0.0
1721: 谁是你的潜在朋友 简单易懂 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; int main(){ // 定义变量n和m,以及数组a,大小为2…… 题解列表 2024年12月06日 0 点赞 0 评论 111 浏览 评分:0.0