update
This commit is contained in:
18
DEV.1.1/CM1/ex4.html
Normal file
18
DEV.1.1/CM1/ex4.html
Normal file
@@ -0,0 +1,18 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main(void){
|
||||
int i,j;
|
||||
|
||||
for(i=1;i<=20;i++){
|
||||
for(j=1;j<=i;j++){
|
||||
printf(" %d ",(i+j)/2);
|
||||
}
|
||||
}
|
||||
|
||||
}htmlhrtmlhtmlhtmlhtmlhtmlhtmlhtmlhtmlhtmlhtmlhtmlhtmlhtmlhtmlhtmlhtmlh cssc cssc cscccs cs cscsc struct
|
||||
|
||||
|
||||
{
|
||||
|
||||
};
|
Reference in New Issue
Block a user