code.cpp 44 B

123
  1. int remainder(int x, int y) {
  2. return x%y;
  3. }