摘要: #include <stdio.h> int main() { int i, j, n, m; /*定义变量i,j,n,m*/ int a[16] = { 0 }; /*定义数组a,元素初始值为0*/ /*clrs() 清屏*/ printf("please input the decimalism 阅读全文
posted @ 2025-01-26 00:07 SplanetZero 阅读(27) 评论(0) 推荐(0)