문제 풀기/C#
using System; public class Solution { public int solution(int age) { return 2022 - age + 1; } }