This website works better with JavaScript
Acasă
Explorează
Autentificare
Numbless
/
OpenLib
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Ramură:
master
Ramuri
Etichete
master
OpenLib
/
main.c
main.c
81 B
Permalink
Istoric
Crud
1
2
3
4
5
6
7
8
int main(){
int a[]={1,2,3,4,5};
for(int i=0;i<5;i++){
a[i]=(i+1);
}
return 0;
}