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
- 파이썬
- WarGame
- 기계학습
- CSS
- 웹페이지 만들기
- siss
- 풀이
- lob
- Python
- HTML
- 드림핵
- Javascript
- c
- BOJ Python
- 숙명여자대학교 정보보안 동아리
- SWEA
- 생활코딩
- Sookmyung Information Security Study
- hackctf
- PHP 웹페이지 만들기
- 자료구조 복습
- 숙명여자대학교 정보보안동아리
- XSS Game
- C언어
- BOJ
- c++
- The Loard of BOF
- 백준
- 머신러닝
- hackerrank
Archives
- Today
- Total
목록회문인 수 (1)
혜랑's STORY
[BOJ_C++] 11068번 : 회문인 수
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 T, num, temp; cin >> T; bool flag; for (int tc = 0; tc > num; flag = false; for (int i = 2; i
무지성 공부방/알고리즘 해결
2021. 8. 9. 22:50