摘要: 1 #include "stdafx.h" 2 #include <stdlib.h> 3 #include <stdio.h> 4 5 int main(int argc, char* argv[]) 6 { 7 8 //char chArry[10]="calc"; //数组型 9 // cha 阅读全文
posted @ 2021-08-21 20:57 admrty 阅读(52) 评论(0) 推荐(0)