1789:骑车与走路 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int distance; float time1,time2; scanf("%d&qu…… 题解列表 2026年04月01日 0 点赞 0 评论 50 浏览 评分:0.0
骑车与走路 摘要:参考代码:#include<stdio.h>int main(){ int s; scanf("%d",&s); double t1,t2; t1=s/1.…… 题解列表 2026年01月19日 1 点赞 0 评论 202 浏览 评分:0.0
2789: 骑车与走路 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){int&…… 题解列表 2025年03月17日 0 点赞 0 评论 518 浏览 评分:0.0
新手 骑车与走路 摘要:解题思路:分别列出走路和骑车的时间表达式;比较大小,小则快,大则慢注意事项:参考代码#include<stdio.h>int main(){ double t1,t2,x; scanf("…… 题解列表 2024年12月07日 1 点赞 0 评论 457 浏览 评分:0.0
三行主代码简单写法 摘要:解题思路:||,&&前者判断左侧为假(0)输出右侧,后者相反注意事项:无参考代码:#include<stdio.h>int main(){ int a; scanf("%d", &a); …… 题解列表 2024年10月18日 1 点赞 0 评论 406 浏览 评分:9.9
编写题解 2789: 骑车与走路 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a; scanf("%d",&a); if((a/3.0+27+23)<(a/1.2)…… 题解列表 2024年02月04日 0 点赞 0 评论 551 浏览 评分: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 评论 491 浏览 评分:0.0
骑车与走路 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int a; scanf("%d",&a); if((50+(double)a/3.0)<(…… 题解列表 2023年07月13日 0 点赞 0 评论 753 浏览 评分:9.9
骑车与走路 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n; scanf("%d",&n);int bx = n / 1.2;int bike = n / 3.…… 题解列表 2023年02月20日 0 点赞 0 评论 373 浏览 评分:0.0
骑车与走路 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n; double s1,s2; scanf("%d",&n); s1=…… 题解列表 2023年01月14日 0 点赞 0 评论 362 浏览 评分:0.0