Skip to content

Commit 1abf98e

Browse files
committed
modify
1 parent 37e0c60 commit 1abf98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

week01/examples/mul.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
int mul(int a, int b)
44
{
55
int c = a / b;
6-
return c * b * b;
6+
return c;
77
}

0 commit comments

Comments
 (0)