题解 2789: 骑车与走路(点点好评吧,求求啦) 摘要:解题思路:有三种情况数学+if else-if else语句 简述: &n 题解列表 2024年01月13日 0 点赞 0 评论 469 浏览 评分:7.3
2789: 骑车与走路Python 摘要:解题思路:注意事项:参考代码:a=int(input())bike=(a/3)+27+23walk=a/1.2if bike>walk: print('Walk')elif bi…… 题解列表 2023年11月18日 0 点赞 0 评论 494 浏览 评分:6.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 评论 452 浏览 评分:6.0
感谢支持,谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int b,c; float a; cin>>a; …… 题解列表 2023年06月03日 0 点赞 0 评论 480 浏览 评分:2.0
1789:骑车与走路 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int distance; float time1,time2; scanf("%d&qu…… 题解列表 2026年04月01日 0 点赞 0 评论 50 浏览 评分:0.0
题解 2789: 骑车与走路 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a; scanf("%d", &a); if ((10*a/12)>(10*a/30+…… 题解列表 2023年08月17日 0 点赞 0 评论 492 浏览 评分:0.0
骑车与走路 摘要:参考代码:#include<stdio.h>int main(){ int s; scanf("%d",&s); double t1,t2; t1=s/1.…… 题解列表 2026年01月19日 1 点赞 0 评论 203 浏览 评分:0.0
2789: 骑车与走路 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){int&…… 题解列表 2025年03月17日 0 点赞 0 评论 519 浏览 评分:0.0
新手 骑车与走路 摘要:解题思路:分别列出走路和骑车的时间表达式;比较大小,小则快,大则慢注意事项:参考代码#include<stdio.h>int main(){ double t1,t2,x; scanf("…… 题解列表 2024年12月07日 1 点赞 0 评论 458 浏览 评分:0.0
骑车与走路 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n; double s1,s2; scanf("%d",&n); s1=…… 题解列表 2023年01月14日 0 点赞 0 评论 362 浏览 评分:0.0