전체 글 (454) 썸네일형 리스트형 [Level 1][C++] 핸드폰 번호 가리기 #include #include using namespace std;string solution(string phone_number) { string answer = ""; int idx=0; for(idx=0; idx [Level 1][C++] 직사각형 별찍기 #include using namespace std;int main(void) { int a; int b; cin >> a >> b; for(int m=0; m [Level 1][C++] x만큼 간격이 있는 n개의 숫자 #include #include using namespace std;vector solution(int x, int n) { vector answer; for(int i=1; i 이전 1 ··· 13 14 15 16 17 18 19 ··· 152 다음