This website works better with JavaScript.
Explore
Help
Sign In
mz64wyk8m
/
pryk6xpic
Watch
1
Star
0
Fork
You've already forked pryk6xpic
0
Code
Issues
Pull Requests
Releases
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.
dqy1
dqy1
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'dqy1'
${ noResults }
pryk6xpic
/
dqy.hpp
5 lines
53 B
Raw
Permalink
Blame
History
#
pragma once
int
Mod
(
int
x
,
int
y
)
{
return
x
%
y
;
}
Reference in new issue
View Git Blame
Copy Permalink