This website works better with JavaScript.
Home
Explore
Help
Sign In
liuchunshan
/
liu
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.
6
Commits
4
Branches
32 KiB
C++
53.4%
Text
33.1%
C
13.5%
Branch:
master
develop
master
test
test2
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
liu
/
chu
/
chu.h
7 lines
60 B
Raw
Permalink
Blame
History
#ifndef DIV_H
#define DIV_H
int chu(int a, int b);
#endif