弟弟的作业---------------------------------------- 摘要:解题思路:注意事项:参考代码:#include "stdio.h"int main() { int a, b; char A, B[10]; int k = 0; while (scanf("%d%c…… 题解列表 2021年07月25日 0 点赞 0 评论 201 浏览 评分:8.0
C语言———弟弟的作业(输入错误字符的处理情况) 摘要:解题思路: 主要是输入错误字符的处理。注意事项: scanf函数的返回值是整型,由题可知,当K等于3时,一定是输入了问号。如果不将问号清除的话,后面从键盘输…… 题解列表 2021年08月15日 0 点赞 0 评论 478 浏览 评分:8.0
新手上路,注意车祸----c语言 摘要:解题思路:字符串分解后计算注意事项:无参考代码:#include<stdio.h>#include<string.h>int main(){ int p[5],s,i,j,m=0;char q[20]…… 题解列表 2021年08月26日 0 点赞 0 评论 126 浏览 评分:0.0
【C语言】弟弟的作业题解(字符串加减判断) 摘要:## 原题目 你的弟弟刚做完了“100以内数的加减法”这部分的作业,请你帮他检查一下。每道题目(包括弟弟的答案)的格式为a+b=c或者a-b=c,其中a和b是作业中给出的,均为不超过100的非负整数…… 题解列表 2021年10月07日 0 点赞 0 评论 322 浏览 评分:0.0
一种直观的方法(附带一点讨论) 摘要:解题思路:想办法把输入的字符串转化为数字再进行判断即可注意事项:参考代码:#include <iostream>#include <stdio.h>#include <string.h>#includ…… 题解列表 2021年10月24日 0 点赞 0 评论 162 浏览 评分:6.0
正则表达式 快速切片 摘要:解题思路:注意事项:参考代码:import resm=0try: while True: s = input() if len(s) == 0: …… 题解列表 2021年11月08日 0 点赞 0 评论 449 浏览 评分:7.3
弟弟的作业 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ int a,c; char b,d,e[20…… 题解列表 2021年11月20日 0 点赞 0 评论 358 浏览 评分:8.0
弟弟的作业 摘要:#include<stdio.h> int main() { int a,b,c,k,count=0; char op; //操作符 while (~(k=scan…… 题解列表 2021年12月04日 0 点赞 0 评论 255 浏览 评分:0.0
最简单的解题方法#include<stdio.h> main() { char op; int a,b,c,k,score=0; while(~(k=scanf(& 摘要:看题目就行了,一定对。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。…… 题解列表 2021年12月22日 0 点赞 1 评论 174 浏览 评分:6.8