这题没加限制,我这种拉机真的不懂啊 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ printf("95959"); return 0;}…… 题解列表 2023年03月03日 0 点赞 0 评论 68 浏览 评分:0.0
C语言训练-求车速 摘要:解题思路:注意事项:其实还应该求速度但是答案仿佛忘了这一问如果该答案了应该加上 int speed; speed = (num - 95859) / 2;然后把两个数都打印出来参考代码:#incl…… 题解列表 2023年01月14日 0 点赞 0 评论 368 浏览 评分:9.9
使用while循环 摘要:参考代码:#include<bits/stdc++.h>using namespace std;int huiwen(int i){ int k; k=i; int t,s=0; …… 题解列表 2022年11月03日 0 点赞 0 评论 116 浏览 评分:9.9
求车速(超级简单C++) 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { int i; for(i=95860;…… 题解列表 2022年10月28日 0 点赞 0 评论 257 浏览 评分:9.9
简单循环分离数字解法 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int i=95860,a,b,c,d,e; for(i=95860;i<99999;i++) …… 题解列表 2022年10月14日 0 点赞 0 评论 613 浏览 评分:9.9
1140-求车速(reverse()函数) 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<cstring>#include<algorithm>using namespace std;int main(){…… 题解列表 2022年10月08日 0 点赞 0 评论 109 浏览 评分:0.0
1140-C语言训练-求车速 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<cstring>using namespace std;int main(){ int m=95860; while…… 题解列表 2022年10月08日 0 点赞 0 评论 69 浏览 评分:0.0
1140: C语言训练-求车速 摘要:方法一: ```cpp #include using namespace std; int main() { int N=95859; while(true) …… 题解列表 2022年09月25日 0 点赞 0 评论 214 浏览 评分:9.9
题解 1140: C语言训练-求车速(C-注意:题目要求只输出里程!!!) 摘要:去掉注释就能看到计算过程,和对应速度~参考代码:#include<stdio.h> int main(void){ int i; int a,b,c,d; int e; floa…… 题解列表 2022年08月28日 0 点赞 0 评论 139 浏览 评分:0.0
字符串逆序 摘要:解题思路:注意事项:参考代码:n=95859 while True: n+=1 a=str(n) b=a[::-1] if a==b: pr…… 题解列表 2022年08月24日 0 点赞 0 评论 366 浏览 评分:9.9