Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 | 31 |
Tags
- C#
- 재귀
- W3Schools
- Unity
- dfs
- python
- Tutorial
- Basic
- 기초
- c++
- Programming
- guide
- String
- 시작해요 언리얼 2022
- 오류
- Class
- Material
- dynamic
- Algorithm
- 백준
- UE5
- DP
- github
- 문제풀이
- parameter
- 프로그래밍
- w3school
- Unreal Engine 5
- 파이썬
- loop
Archives
- Today
- Total
목록10172 (1)
행복한 개구리
Python l = ["|\\_/|", "|q p| /}", "( 0 )\"\"\"\\", "|\"^\"` |", "||_/=\\\\__|"] for i in range(5): print(l[i]) C++ #include using namespace std; int main() { string txt[5] = {"|\\_/|", "|q p| /}", "( 0 )\"\"\"\\", "|\"^\"` |", "||_/=\\\\__|"}; for (int i = 0; i < 5; i++) { cout
Algorithm/BaekJoon
2022. 7. 8. 13:18