摘要:
Task 1.1 #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #define N 4 int main() { int a[N] = { 2, 0, 2, 2 }; char b[N] = { '2', '0', '2', '2' }; in 阅读全文
posted @ 2022-05-09 23:59
Zxc123jkl
阅读(34)
评论(1)
推荐(0)
浙公网安备 33010602011771号