题解列表

筛选

番5 拆分位数 (C++代码)

摘要:解题思路:                c++学习路的第二题,直接cout输出注意事项:参考代码:#include <iostream> using namespace std; int mai……

P1002 (C++代码)

摘要:解题思路:注意事项:参考代码:#include<iostream>#include<algorithm>using namespace std;struct student{  char name[1……

小明A+B (C++代码)

摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { int a,b; int n; cin>>n;……