CodeOneSpoon
return 에 수식을 입력할 수 있어서 % 연산자를 이용한 수식을 넣었다.
class Solution { public int solution(int num1, int num2) { return num1 % num2; } }