摘要:
#include <stdio.h> int main(int argc, char *argv[]) { int a, b; char c; if(argc < 4) { printf("param error like this: ./a.out 35 - 5\n"); return 0; } 阅读全文
posted @ 2022-01-22 15:32
想和大佬做朋友
阅读(43)
评论(0)
推荐(0)
摘要:
#include <stdio.h> int main() { int i = 0, j = 0; int a[10] = {1,8,10,12,15,16,17,18,19,40}; int b[10] = {3,9,11,14,25,26,27,28,45,50}; while(i < 10 & 阅读全文
posted @ 2022-01-22 15:31
想和大佬做朋友
阅读(377)
评论(0)
推荐(0)
浙公网安备 33010602011771号