티스토리 뷰
https://www.acmicpc.net/problem/10824
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | #include <iostream> #include <string> #include <cstring> using namespace std; int main() { int input[4]; for (int i = 0; i < 4; i++) { cin >> input[i]; } string tmp1 = to_string(input[0]) + to_string(input[1]); string tmp2 = to_string(input[2]) + to_string(input[3]); cout << stol(tmp1) + stol(tmp2); return 0; } | cs |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- UIView Animation
- 코딩야학
- Fakebook
- 생활코딩
- CustomCollectionViewCell
- listview
- 그래프
- 스택
- Custom Cell
- Add TapGesture
- 문자열
- XAML
- C++
- 객체
- BFS
- BOJ
- Cell Animation
- DP
- 타일링
- 백준
- WPF
- FEED
- Grid
- 백준온라인
- command
- dfs
- MVVM
- 데이터 바인딩
- CollectionView
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함