This website works better with JavaScript.
Home
Explore
Help
Sign In
liuchunshan
/
DD
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
2
Commits
4
Branches
43 KiB
C++
62.7%
C
37.3%
Tree:
a0ef46658c
DD
/
jia
/
chu
/
chu.h
7 lines
60 B
Raw
Blame
History
#ifndef DIV_H
#define DIV_H
int chu(int a, int b);
#endif