From 06f39d46708a157e272e8b03157e7c8b1472aea4 Mon Sep 17 00:00:00 2001 From: trimizu <1317994085@qq.com> Date: Wed, 29 Jul 2020 08:57:11 +0800 Subject: [PATCH] git commit -m "x" --- dqy.hpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dqy.hpp diff --git a/dqy.hpp b/dqy.hpp new file mode 100644 index 0000000..805bfed --- /dev/null +++ b/dqy.hpp @@ -0,0 +1,5 @@ +#pragma once +int Mod(int x, int y) +{ + return x % y; +} \ No newline at end of file