题解 1009: [编程入门]数字的处理与判断

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

1009,好懂的方法

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>intmain(){&nbsp;&nbsp;inta,b,c,d……

简单易懂的写法

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){intx,a,b,c,d,e;scanf("%d",&x);a=x%10;b……

数字的处理与判断

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>main(){&nbsp;&nbsp;int&nbsp;……

数字的处理与判断

摘要:#include<stdio.h>#include<string.h>&nbsp;&nbsp;//strlen()包含其中#define&nbsp;MA……

C语言初学者一个小时写出来的。

摘要:解题思路:初学者用简单方法把三个问题挨个解决注意事项:有点费时间参考代码:#include<stdio.h>intweishu(intx);&nbsp;&nbsp;//自定……

数字的处理与判断

摘要:#include<stdio.h>#include<math.h>//调用函数int&nbsp;main(){int&nbsp;n,i,count=0;int&……

普通方法(初学者方法)

摘要:#MarkDown编辑器基本使用说明**如果这是您第一次使用MarkDown编辑器,建议先阅读这篇文章了解一下Markdown的基本使用方法。**##实时预览、全屏显示![](/image_edito……

数字的处理与判断

摘要:解题思路:注意事项:参考代码:importjava.util.Scanner;publicclassMain{publicstaticvoidmain(String[]args){&nbsp;……