Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit 5a7bcc8

Browse files
Update hw1
1 parent a20efd5 commit 5a7bcc8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

hw1.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
int main(){
33
for(int i=1;i<=9;++i){
44
for(int j=1;j<=9;++j){
5-
printf("%dx%d ",i,j);
5+
printf("%d x %d = %2.d, ",i,j,i*j);
66
}
77
printf("\n");
88
}

hw1.exe

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)