题解列表

筛选

输入输出->[竞赛入门]简单的a+b题解

摘要:审题没审清楚,差点翻车。#### 思路其实这道题本质上是挺简单的,但是题目要求是需要一直输入$$a$$和$$b$$,所以!我们需要用$$while$$循环输入$$a$$和$$b$$,然后再输出……

你就说过没过吧

摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ cout<<&quo……

Lucky Word - 模拟

摘要:解题思路:模拟注意事项:参考代码:#include<iostream>#include<cstring>usingnamespacestd;……

3020 :正确题解

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n,m=0;&……