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언어
- c
- siss
- 웹페이지 만들기
- 파이썬
- lob
- The Loard of BOF
- Javascript
- 백준
- hackerrank
- Sookmyung Information Security Study
- 생활코딩
- HTML
- CSS
- 드림핵
- Python
- hackctf
- 숙명여자대학교 정보보안 동아리
- WarGame
- PHP 웹페이지 만들기
- BOJ Python
- 풀이
- 숙명여자대학교 정보보안동아리
- 기계학습
- XSS Game
- 머신러닝
- 자료구조 복습
- BOJ
- SWEA
- c++
Archives
- Today
- Total
목록2503 (1)
혜랑's STORY
[BOJ_C++] 2503번 : 숫자 야구
code #define _CRT_SECURE_NO_WARNINGS #include #include #include using namespace std; bool visited[1001]; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); int n, num, strike, ball, cnt = 0, s_cnt, b_cnt; string temp, num_str; memset(visited, true, sizeof(visited)); for (int i = 123; i < 1000; i++) { temp = to_string(i); if (temp[0] == temp[1] || temp[1] == temp[2] || ..
무지성 공부방/알고리즘 해결
2021. 8. 17. 23:19