#pragma once int Mod(int x, int y) { return x % y; }