2839:石头剪刀布 c语言 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ int n,a,b,w=0,q=0;//w为B赢的次数,q为A赢的次数 …… 题解列表 2024年11月01日 0 点赞 0 评论 165 浏览 评分:0.0
石头剪刀布 超简单 模拟 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"usingnamespacestd;intmain(){…… 题解列表 2025年01月05日 0 点赞 0 评论 111 浏览 评分:0.0
C++ : map容器的超简单使用方法 摘要:解题思路:注意事项:把map容器当成正常的数组使用,区别就是内存空间可以变化,存储元素多少取决于我们需要多少我的解决这题的方法可能比较弯弯绕绕,没有那么直接参考代码:#include<bits/…… 题解列表 2025年03月05日 0 点赞 0 评论 135 浏览 评分:0.0