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%
Branch:
test2
DD
/
jia
/
chen
/
chen.h
8 lines
96 B
Raw
Permalink
Blame
History
#ifndef MUL_H
#define MUL_H
int mul(int a, int b);
bool chen(int a, int b, int *e);
#endif