04 2020 档案

摘要:#include <stdio.h> #include <math.h> #define N 4 int GetMax( int a[]); int GetMin( int a[]); int check(int n); int idigit(int n,int a[]); void is_kabu 阅读全文
posted @ 2020-04-21 15:25 ggexs 阅读(577) 评论(0) 推荐(0) 编辑
摘要:/* * 任务描述:给定一个长字符串和一个短字符串,找出短串在长串中出现的次数, * 并输出每次长串中出现短串的起始位置。(可用字符串相关函数简化编程工作) */ #include<stdio.h> #include <string.h> #define MAX 500 int main() { c 阅读全文
posted @ 2020-04-18 11:35 ggexs 阅读(803) 评论(0) 推荐(0) 编辑
摘要:#include <stdio.h> int main() { int oneYuan,towYuan, fiveYuan,count=0; int sum_money; scanf("%d",&sum_money); int mostOne = sum_money - 7,mostTow = (s 阅读全文
posted @ 2020-04-04 19:01 ggexs 阅读(460) 评论(0) 推荐(0) 编辑

more_horiz
keyboard_arrow_up dark_mode palette
选择主题
点击右上角即可分享
微信分享提示