题解列表

筛选

分离整数的各个数位

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){    int n;    cin>>n;    while……

感谢支持,谢谢

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){    int n;    cin>>n;    while……

分离整数的各个数位

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){    int n;    cin>>n;    while(……

分离整数的各个数位

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){    int n;    cin>>n;    while……

分解质因数(C++代码)

摘要:```cpp #include #include #include using namespace std; bool isPrime(int n) // 验证素数 { ……

c语言代码解决问题

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){    char str[6];    int n;    scanf("%d……

jishuqiuhegggggggg

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){    int K;    cin>>K;    double……

c语言代码解决问题

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

2817: 级数求和

摘要:参考代码:#include <bits/stdc++.h>using namespace std;int main(){    int k;    double s=0;    cin>>k;    ……