반응형
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
- 프로그래머스
- dfs
- 문자열
- Node.js
- typescript
- 소켓
- 타입스크립트
- 가천대
- Algorithm
- 수학
- dp
- 알고리즘
- HTTP
- 레벨 1
- 백준
- 자바스크립트
- 크롤링
- 타입 챌린지
- Nestjs
- 프로그래머스 레벨 2
- socket
- ip
- Crawling
- TCP
- BFS
- type challenge
- 그래프
- HTTP 완벽 가이드
- 쉬운 문제
- javascript
Archives
- Today
- Total
목록보물 (1)
kakasoo

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 #include #include using namespace std; int a[100]; int b[100]; int main(void) { int n; cin >> n; for (int i = 0; i > a[i]; } for (int i = 0; i > b[i]; } sort(a, a + n); sort(b, b + n); int sum = 0; for (int i = 0; i
프로그래밍/알고리즘 풀이
2020. 3. 4. 13:25