编写题解 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 评论 99 浏览 评分: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 评论 183 浏览 评分:0.0
2789: 骑车与走路 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { int meter; cin>>met…… 题解列表 2023年11月07日 0 点赞 0 评论 101 浏览 评分:0.0