文件名称:C
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
1.采用迭代法,后面的数等于前两个数字之和
2.输入两个字符串,将两个字符串连接起来输出
3.输入两个字符串,判断两个字符串是否相互包含
4.输入一个数,判断该数是否在已知序列中,如果在,则输出序号,不在则显示“不在序列中”
5.已知四个字符串,分别输出最长,最短,最大和最小的字符串-1.Iterative method, the latter is equal to the sum of the first two digits
2.Input two strings, two strings together output
3.Enter two strings to determine whether two strings contain each other
4.Enter a number to determine whether the number is in a known sequence, if the output number, is not it will show not in sequence
5.Known four strings, respectively output the longest, shortest, maximum and minimum string
2.输入两个字符串,将两个字符串连接起来输出
3.输入两个字符串,判断两个字符串是否相互包含
4.输入一个数,判断该数是否在已知序列中,如果在,则输出序号,不在则显示“不在序列中”
5.已知四个字符串,分别输出最长,最短,最大和最小的字符串-1.Iterative method, the latter is equal to the sum of the first two digits
2.Input two strings, two strings together output
3.Enter two strings to determine whether two strings contain each other
4.Enter a number to determine whether the number is in a known sequence, if the output number, is not it will show not in sequence
5.Known four strings, respectively output the longest, shortest, maximum and minimum string
(系统自动生成,下载前可以参看下载内容)
下载文件列表
C\已知四个字符串,分别输出最长,最短,最大和最小的字符串.cpp
.\输入一个数,判断该数是否在已知序列中,如果在,则输出序号,不在则显示“不在序列中”.cpp
.\输入两个字符串,判断两个字符串是否相互包含.cpp
.\输入两个字符串,将两个字符串连接起来输出.cpp
.\采用迭代法,后面的数等于前两个数字之和.cpp
C