remainder.alc 103 B

123456
  1. include "lib_remainder.alc"
  2. Void function main():
  3. while(True):
  4. output(remainder(input(), input()))