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
- 문법
- 스위프트
- 멋쟁이사자처럼
- widget
- Swift
- cs
- 1일1알골
- 멋사
- widgetkit
- 영남대
- 백준
- Protocol
- 알고리즘
- 네트워크
- 컴퓨터그래픽스
- swift concurrency
- 리액트
- c++
- SwiftUI
- 대외활동
- 스유
- dispatchqueue
- uikit
- 위젯킷
- composable architecture
- TCA
- spritekit
- 웹
- 운영체제
- 후기
Archives
- Today
- Total
목록10815 (1)
맛동산이
(백준 10815) 숫자 카드
문제 https://www.acmicpc.net/problem/10815 10815번: 숫자 카드 첫째 줄에 상근이가 가지고 있는 숫자 카드의 개수 N(1 ≤ N ≤ 500,000)이 주어진다. 둘째 줄에는 숫자 카드에 적혀있는 정수가 주어진다. 숫자 카드에 적혀있는 수는 -10,000,000보다 크거나 같고, 10, www.acmicpc.net 정답코드 #include #include #include #include #include using namespace std; #define Test 0 int num1 = 0; int num2 = 0; int arr1[500001] = { 0, }; int arr2[500001] = { 0, }; void binary(int k, int n) { // n은 검..
알고리즘/백준
2022. 6. 26. 20:08