백준 2439 별 찍기-2
2022.07.04 by 셉인
#include int main() { int N=0; int i=0; scanf("%d",&N); if(N>=1&&N
알고리즘/C 2022. 7. 4. 19:59