摘要: #include<stdio.h>#define _CRT_SECURE_NO_WARNINGS #include<stdlib.h>#include<string.h>#include<time.h> #define ROWS 3#define COLS 3 void menu(){//菜单函数, 阅读全文
posted @ 2019-12-02 20:51 哈哈,呵呵,嘿嘿 阅读(117) 评论(0) 推荐(0)
摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdio.h>//函数练习题#include<stdlib.h>int a = 5;void fun(int b){ static int a = 10; a += b++; printf("%d\n", a);}vo 阅读全文
posted @ 2019-12-02 20:48 哈哈,呵呵,嘿嘿 阅读(200) 评论(0) 推荐(0)