C++语言实现,具体操作在注释里面 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int arr[100] = {0};//暂时存储数据 i…… 题解列表 2024年01月06日 0 点赞 0 评论 351 浏览 评分:0.0
指针解决(高举C++大旗!) 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int arr[10] = {0};void Set_arr(int* p){ for(…… 题解列表 2024年01月06日 0 点赞 0 评论 307 浏览 评分:0.0
c++简单实现完数判断 摘要:解题思路:主要使用枚举法先判断完数,用循环实现,判断后在逐步输出。注意事项:参考代码:#include<iostream>using namespace std;int main(){ int …… 题解列表 2024年01月06日 0 点赞 0 评论 330 浏览 评分:9.9
1480: 模拟计算器 摘要:解题思路:注意事项:case后是‘符号’参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b; char…… 题解列表 2024年01月06日 0 点赞 0 评论 369 浏览 评分:9.9
素数回文数的个数两种方法 摘要:暴力写法,范围只有1000我们只需要前后就好了 ``` #include #include #include #include using namespace std; typed…… 题解列表 2024年01月06日 0 点赞 0 评论 361 浏览 评分:0.0
2789: 骑车与走路2789: 编写题解 2789: 骑车与走路 标题骑车与走路2789: 骑车与走路2789: 骑车与走路2789: 骑车与走路2789: 骑车与走路2789: 骑车与走路27 摘要:解题思路:dsvrfgdsf注意事项:adfvgdsvvsfdvr参考代码:#include <bits/stdc++.h>using namespace std;int main(){double …… 题解列表 2024年01月06日 0 点赞 0 评论 458 浏览 评分:6.0
1783: 星期判断机 摘要:解题思路:注意事项:最后是 default:cout<<"input error!"<<endl;break;参考代码:#include <bits/stdc++.h>using namespa…… 题解列表 2024年01月06日 0 点赞 0 评论 558 浏览 评分:9.9
编写题解 1783: 星期判断机 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a; cin>>a; switc…… 题解列表 2024年01月06日 0 点赞 0 评论 376 浏览 评分:0.0
编写题解 1480: 模拟计算器 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b; char c; cin…… 题解列表 2024年01月06日 0 点赞 0 评论 274 浏览 评分:0.0
编写题解 2791: 计算邮资 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a; char c; cin>>…… 题解列表 2024年01月06日 0 点赞 0 评论 313 浏览 评分:0.0