题解列表

筛选

干就完了,bro

摘要:解题思路:注意事项:参考代码:#include <iostream>#include <vector>#include <stack>using namespace……

好数的常规思路

摘要:解题思路:注意事项:参考代码:#include<stdio.h>inthaoshu(intn);inthaoshu(intn){……

数字母——函数

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ char a[100]; int alpha=0……

if语句循环比较难

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b; while(scanf("%d%d",……