Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 그리디 알고리즘
- 성화봉송주자
- 성화봉송
- 비트마스크
- 영어회화 100일의 기적
- 창훈쓰다
- 이분탐색
- 백트레킹
- 다음 지도 api
- 다이나믹 프로그래밍
- 외판원 순회
- 캘리그라피
- 생활코딩
- 인간이 그리는 무늬
- 다음 API
- 위상정렬
- Segment Tree
- MST
- lower_bound
- BOJ 2098
- yolo
- 안드로이드 스튜디오
- upper_bound
- DP
- 삼성 코딩테스트
- BFS
- 평창동계올림픽
- 언어의 온도
- multiset
- boj
Archives
- Today
- Total
목록to_string (1)
Hoon222y
string 과 int 형변환
https://www.acmicpc.net/problem/3062 위 문제처럼 string 과 int 형변환이 필요할때여기서의 테크닉은 1.string에도 push_back이 된다!!2.stoi 와to_string 123456789101112131415161718192021222324252627282930313233343536373839404142#include#include#include#include#include#include#include#include#include#include#define INF 1e5typedef long long ll; using namespace std; int main(){ int num1, num2, result; string b; string c = ""; stri..
코딩/사소한 팁
2017. 6. 19. 20:33