문제 풀기/C#
using System; public class Solution { public int solution(int num1, int num2) { return num1 / num2; } }