python runtime error ( NZEC) in code-chef

后端 未结 0 1196
刺人心
刺人心 2020-12-19 21:53

python runtime error ( NZEC) in code-chef

import numpy as np
in_num1=int(input())
in_num2=int(input())
out_num = np.remainder(in_num1, in_num2)
print(out_num)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题