일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 문법
- tipssoft
- 이지스퍼블리싱
- 백준
- 배열
- c#
- 프로그래밍
- CS
- 티스토리
- c
- Javascript
- c++
- Desktop
- 함수
- 포인터
- 연산자
- Kotlin
- Visual Studio
- doit코틀린프로그래밍
- Tips프로그래밍강좌
- VS ERROR
- 리뷰
- 알고리즘
- Windows
- Tips강좌
- 김성엽
- Programming
- Win32
- 지식나눔강좌
- Direct2D
Archives
- Yesterday
- Today
- Total
목록블라인드 (1)
F.R.I.D.A.Y.
KaKao 블라인드 테스트(하)
인터넷에 문제가 있길래 한번 해봄. #include #include #include using namespace std; class Solution { public: int solution(string src) { int ans = 0, *ansTemp; ansTemp = new int[3]; int index = -1; char ch; for (int i = 0; i < src.length(); ++i) { ch = src.at(i); if ('0'
DEV/C C++
2019. 1. 19. 23:31