题解列表

筛选

干就完了,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……

c语言方式解决 小九九 题目1671

摘要:解题思路:双重循环注意事项:打印算式的时候要注意空格的数量,以便对齐参考代码:#include<stdio.h>int main(){ int a,b,c;&nb……