Added header.h
This commit is contained in:
parent
1a149d15d7
commit
616dc7fccb
10
header.h
Normal file
10
header.h
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#define FUNSIZE 32
|
||||||
|
int fun(){
|
||||||
|
int a[FUNSIZE];
|
||||||
|
int r = 0;
|
||||||
|
for(int i = 0; i < FUNSIZE;){
|
||||||
|
r += a[i];
|
||||||
|
i++;
|
||||||
|
}
|
||||||
|
return r;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user