摘要: #define _CRT_SECURE_NO_WARNINGS 1 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> int main() { char p[20] = { 'a', 'b', ' 阅读全文
posted @ 2022-03-16 22:42 小团熙 阅读(37) 评论(0) 推荐(0)