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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
4
Branches
43 KiB
C++
62.7%
C
37.3%
Tree:
a0ef46658c
master
test1
test2
test3
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'a0ef46658c'
${ noResults }
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