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 |
Tags
- 자료구조 복습
- WarGame
- Javascript
- 웹페이지 만들기
- c++
- hackctf
- 숙명여자대학교 정보보안동아리
- 드림핵
- 파이썬
- SWEA
- HTML
- CSS
- PHP 웹페이지 만들기
- lob
- BOJ
- Sookmyung Information Security Study
- hackerrank
- c
- 풀이
- XSS Game
- C언어
- 숙명여자대학교 정보보안 동아리
- Python
- BOJ Python
- 기계학습
- 머신러닝
- The Loard of BOF
- 생활코딩
- siss
- 백준
Archives
- Today
- Total
목록백준 (33)
혜랑's STORY

1. 문제 2. 풀이 #define _CRT_SECURE_NO_WARNINGS #include #include #include #include using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); int tc; cin >> tc; string x; for (int T = 0; T > x; string reverseX = x; reverse(reverseX.begin(), reverseX.end()); int sum = stoi(x) + stoi(reverseX); string temp = to_string(sum); int flag = 1; for (..
무지성 공부방/알고리즘 해결
2021. 7. 12. 20:21