文件名称:BIT_06_01
介绍说明--下载内容均来自于网络,请自行研究使用
1.写一个程序判断字符串中数字的位置(不限制使用面向对象编程)
例如: 输入 a3b4c5
输出 2 4 6
-1 Write a program to determine the position of string figures (not restricting the use of object-oriented programming) such as: input a3b4c5 output 246
例如: 输入 a3b4c5
输出 2 4 6
-1 Write a program to determine the position of string figures (not restricting the use of object-oriented programming) such as: input a3b4c5 output 246
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BIT_06_01.cpp