题解列表

筛选

最简单写法c++

摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int h = 1189; int t = h; int w = 84……

相对简单一点

摘要:```cpp #include using namespace std; int a[10][10]; int main() { int n; while (cin >> n){ ……

简单易懂哦

摘要:注意事项:使用了cmath数学常用库参考代码:#include<iostream>#include<cmath>using namespace std;int main(){ float n, x, ……