- 博客(2)
- 收藏
- 关注
原创 字符类型的数字转化为数字和比9大的ASCII码的计算
作为c语言的初学者,在完成老师布置的作业的同时也作为自己的笔记,在博客这个平台写一些东西,是自己的浅显的理解望阅读浏览的人指出错误,进步。 一、字符型数字的转化 x=getchar(); //得到的x为字符型的 x=x-'0'; //转化为了数字 我的理解为这个适用的范围不过0——9,到10就不是适用了原因在于10的ASCI...
2018-07-25 14:39:40
2339
原创 数组与字符串
Write a program that finds and displays all pairs of 5-digit numbers that between them use the digits 0 through 9 once each, such that the first number divided by the second is equal to an integer N, ...
2018-07-23 22:55:26
149
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人