
| #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; | |
| } |

| #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; | |
| } |
915
1328

被折叠的 条评论
为什么被折叠?
