Notice
Recent Posts
Recent Comments
Link
«   2026/06   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
Archives
Today
Total
관리 메뉴

dh-winternagi 님의 블로그

(25083) 새싹 본문

백준 (C++)/Solve

(25083) 새싹

dh-winternagi 2026. 4. 10. 18:59

https://www.acmicpc.net/problem/25083

단계별로 풀어보기

6단계(심화 1) 1번째

 

 

 

#include <iostream>
using namespace std;

int main() 
{
  cout << R"(         ,r'"7
r`-_   ,'  ,/
 \. ". L_r'
   `~\/
      |
      |)" << '\n';
  
  return 0;
}

'백준 (C++) > Solve' 카테고리의 다른 글

(2444) 별 찍기 - 7  (0) 2026.04.10
(3003) 킹, 퀸, 룩, 비숍, 나이트, 폰  (0) 2026.04.10
(11718) 그대로 출력하기  (0) 2026.04.10
(5622) 다이얼  (0) 2026.04.10
(2908) 상수  (0) 2026.04.10