mirror of
https://git.wolves.top/wolves/leetcode.git
synced 2025-11-04 17:26:32 +08:00
init
This commit is contained in:
10
test/a_i.c
Normal file
10
test/a_i.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <stdio.h>
|
||||
int main(void){
|
||||
int a[10],i;
|
||||
for (i = 1; i <= 10; i++)
|
||||
{
|
||||
a[i]=0;
|
||||
printf("%d\n",i);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user