摘要: 1 #define _CRT_SECURE_NO_WARNINGS 1 2 #include <stdlib.h> 3 #include <stdio.h> 4 #include <string.h> 5 int main() 6 { 7 int t = 0; 8 while (printf("*" 阅读全文
posted @ 2022-03-15 21:16 小团熙 阅读(54) 评论(0) 推荐(0)