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 |
Tags
- 백준
- widgetkit
- 후기
- 운영체제
- widget
- c++
- 위젯킷
- composable architecture
- uikit
- 웹
- TCA
- 스유
- Protocol
- dispatchqueue
- SwiftUI
- 영남대
- 멋사
- Swift
- swift concurrency
- 컴퓨터그래픽스
- 스위프트
- 알고리즘
- 리액트
- 네트워크
- cs
- 문법
- 멋쟁이사자처럼
- spritekit
- 1일1알골
- 대외활동
Archives
- Today
- Total
목록괄호 (1)
맛동산이
(백준 9012 c++) 괄호
문제 https://www.acmicpc.net/problem/9012 9012번: 괄호 괄호 문자열(Parenthesis String, PS)은 두 개의 괄호 기호인 ‘(’ 와 ‘)’ 만으로 구성되어 있는 문자열이다. 그 중에서 괄호의 모양이 바르게 구성된 문자열을 올바른 괄호 문자열(Valid PS, VPS)이라고 www.acmicpc.net 정답코드 #include #include #include #include using namespace std; int main() { int m; cin >> m; for (int c = 0; c > n; stack arr1; for (int a = 0; a < n.length(); a++) { if (n[a] =..
알고리즘/백준
2022. 7. 5. 00:22