#include <stdio.h>int main(void){int a = 나int b = 원빈if a==b { printf("추천\n");}else{printf("비추\n");}return 0;}
댓글 0