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언어
- XSS Game
- 머신러닝
- 자료구조 복습
- hackctf
- BOJ Python
- Sookmyung Information Security Study
- Python
- hackerrank
- The Loard of BOF
- c
- siss
- 백준
- 숙명여자대학교 정보보안 동아리
- BOJ
- PHP 웹페이지 만들기
- WarGame
- 드림핵
- 기계학습
- SWEA
- Javascript
- lob
- 풀이
- CSS
- 웹페이지 만들기
- 숙명여자대학교 정보보안동아리
- 파이썬
- 생활코딩
- c++
- HTML
Archives
- Today
- Total
목록16928번 (1)
혜랑's STORY
[BOJ_C++] 16928번 : 뱀과 사다리 게임
code #define _CRT_SECURE_NO_WARNINGS #include using namespace std; int moveN[101]; int check[101]; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); memset(check, 0, sizeof(check)); for (int i = 1; i > n >> m; int temp1, temp2; for (int i = 0; i > temp1 >> temp2; moveN[temp1] = temp2; } check[1] = 0; qu..
무지성 공부방/알고리즘 해결
2021. 8. 24. 14:01