We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e0c60 commit 1abf98eCopy full SHA for 1abf98e
week01/examples/mul.cpp
@@ -3,5 +3,5 @@
3
int mul(int a, int b)
4
{
5
int c = a / b;
6
- return c * b * b;
+ return c;
7
}
0 commit comments