This website works better with JavaScript.
Home
Explore
Help
Sign In
wangxinyu2
/
group_practice
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
delete_divide
master
wangxinyu
6 days ago
parent
eef57710b6
commit
64de50efc5
1 changed files
with
1 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-4
JJL.c
+ 1
- 4
JJL.c
View File
@@ -9,10 +9,7 @@ int multiply(int a,int b)
{
return a * b;
}
int divide(int a,int b)
{
return a / b;
}
int sub(int a,int b)
{
return a-b;
Write
Preview
Loading…
Cancel
Save