摘要: #include<stdio.h> #include<string.h> #include<stdlib.h> #include<math.h> #include<time.h> int main(){ //整形变量 int a = 10; //短整形变量 short b = 20; //长整型变量 阅读全文
posted @ 2025-10-15 23:27 冰涿 阅读(12) 评论(0) 推荐(0)