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 评论 289 浏览 评分:6.0
晶晶赴约会 2788 摘要:解题思路:#include <bits/stdc++.h>using namespace std;int main(){ int a; cin>>a; if(a==1||a==3||…… 题解列表 2024年01月06日 0 点赞 0 评论 291 浏览 评分:9.9
java--study||O.o 摘要:参考代码:import java.util.Scanner; public class Main { public static void main(String[] args) …… 题解列表 2024年01月06日 0 点赞 0 评论 480 浏览 评分:9.9
不重复地输出数(很好体现了计数排序的优势) 摘要:解题思路: 实现去除重复元素并排序,正好对应上了计数排序的功能, 计数排序: (1)找出待排序的数组中最大和最小的元素 (2)统计数组中每个值为i的元素出现的次数,存入数组C的第i项 我…… 题解列表 2024年01月06日 0 点赞 0 评论 266 浏览 评分:0.0
1783: 星期判断机 摘要:解题思路:注意事项:最后是 default:cout<<"input error!"<<endl;break;参考代码:#include <bits/stdc++.h>using namespa…… 题解列表 2024年01月06日 0 点赞 0 评论 362 浏览 评分:9.9
不吉利日期 摘要:``` #include #include #include #include using namespace std; typedef long long ll; const i…… 题解列表 2024年01月06日 0 点赞 0 评论 214 浏览 评分:0.0
编写题解 1783: 星期判断机 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a; cin>>a; switc…… 题解列表 2024年01月06日 0 点赞 0 评论 209 浏览 评分:0.0
编写题解 1480: 模拟计算器 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b; char c; cin…… 题解列表 2024年01月06日 0 点赞 0 评论 145 浏览 评分:0.0
编写题解 2791: 计算邮资 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a; char c; cin>>…… 题解列表 2024年01月06日 0 点赞 0 评论 169 浏览 评分:0.0
2789: 骑车与走路 摘要:解题思路:有三种情况注意事项:Bike两边要加“ ”参考代码:#include <bits/stdc++.h>using namespace std;int main(){double a;cin>>…… 题解列表 2024年01月06日 0 点赞 0 评论 409 浏览 评分:9.9