티스토리 뷰
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
- C++
- listview
- CustomCollectionViewCell
- command
- DP
- Add TapGesture
- BOJ
- 백준온라인
- Custom Cell
- MVVM
- Grid
- WPF
- 스택
- XAML
- Cell Animation
- 그래프
- Fakebook
- 타일링
- 코딩야학
- 문자열
- dfs
- 데이터 바인딩
- 백준
- 객체
- CollectionView
- BFS
- 생활코딩
- FEED
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함