题解列表

筛选

二级C语言-阶乘数列

摘要:解题思路:数据类型 double注意事项:参考代码:#include<iostream> #include<string> using namespace std; int main() { ……

编写题解 2749: Hello, World!

摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){  cout <<"Hello, World!";    return ……

编写题解 2883: 矩阵加

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;const ll N=101;ll a[……

2883: 矩阵加法

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;const ll N=1e3;ll a[……