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
- PHP 웹페이지 만들기
- 드림핵
- CSS
- hackerrank
- C언어
- XSS Game
- 자료구조 복습
- WarGame
- Javascript
- 웹페이지 만들기
- siss
- 숙명여자대학교 정보보안동아리
- BOJ
- BOJ Python
- c
- 파이썬
- 풀이
- 생활코딩
- 머신러닝
- SWEA
- c++
- 기계학습
- lob
- Python
- HTML
- 숙명여자대학교 정보보안 동아리
- Sookmyung Information Security Study
- 백준
- hackctf
- The Loard of BOF
Archives
- Today
- Total
목록호텔 방 번호 (1)
혜랑's STORY
[BOJ_C++] 5671번 : 호텔 방 번호
code #define _CRT_SECURE_NO_WARNINGS #include #include #include #include #include #include #include using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); int n, m, cnt; string num; bool flag; while (scanf("%d %d",&n,&m) == 2) { cnt = 0; for (int i = n; i
무지성 공부방/알고리즘 해결
2021. 8. 16. 11:31