摘要:
1 #define _CRT_SECURE_NO_WARNINGS 1 2 3 #include<stdio.h> 4 #include<string.h> 5 #include<Windows.h> 6 int main() 7 { 8 int i = 0; 9 char password[] = 阅读全文
posted @ 2022-03-23 17:42
zzy_C
阅读(50)
评论(0)
推荐(0)
|
摘要:
1 #define _CRT_SECURE_NO_WARNINGS 1 2 3 #include<stdio.h> 4 #include<string.h> 5 #include<Windows.h> 6 int main() 7 { 8 int i = 0; 9 char password[] = 阅读全文
posted @ 2022-03-23 17:42
zzy_C
阅读(50)
评论(0)
推荐(0)
摘要:
C_练习 #define _CRT_SECURE_NO_WARNINGS 1 #include<stdio.h> int main() { int arr[] = { 1,2,3,4,5,6,7,8,9,10 }; int k = 7; int sz = sizeof(arr) / sizeof(a 阅读全文
posted @ 2022-03-23 13:35
zzy_C
阅读(39)
评论(0)
推荐(0)
|