#include <stdio.h> | |
int main() | |
{ | |
int i = 0; | |
int arr[] = {1,2,3,4,5,6,7,8,9,10}; | |
for(i=0; i<=12; i++) | |
{ | |
arr[i] = 0; | |
printf("hello bit\n"); | |
} | |
return 0; | |
} |
一个关注IT技术分享,关注互联网的网站,爱分享网络资源,分享学到的知识,分享生活的乐趣。
#include <stdio.h> | |
int main() | |
{ | |
int i = 0; | |
int arr[] = {1,2,3,4,5,6,7,8,9,10}; | |
for(i=0; i<=12; i++) | |
{ | |
arr[i] = 0; | |
printf("hello bit\n"); | |
} | |
return 0; | |
} |
本文链接:http://zhangshiyu.com/post/30012.html
Copyright © 2020-2022 ZhangShiYu.com Rights Reserved.豫ICP备2022013469号-1