school.programmers.co.kr
school.programmers.co.kr
#include <stdio.h>
#include <stdbool.h>
#include <stdlib.h>
int solution(int age) {
int answer = 0;
return answer;
}
#include <stdio.h>
#include <stdbool.h>
#include <stdlib.h>
int solution(int age) {
int answer = 2022 - age + 1;
return answer;
}
moohyun