1. 首页
  2. 课程学习
  3. C++/C
  4. 从键盘上输入一串字符(包括字母、数字等),最后以“;”结束,编写程序识别出其中的无符号数。

从键盘上输入一串字符(包括字母、数字等),最后以“;”结束,编写程序识别出其中的无符号数。

上传者: 2019-06-23 16:09:16上传 CPP文件 2.64KB 热度 20次
Enter a string of characters (including letters, numbers, etc.) from the keyboard, and finally end with ";", the program recognizes the unsigned number.
下载地址
用户评论
码姐姐匿名网友 2019-06-23 16:09:16

一般,可以看……