일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- CS
- 연산자
- 이지스퍼블리싱
- Tips강좌
- c
- 지식나눔강좌
- Desktop
- Win32
- 티스토리
- Kotlin
- tipssoft
- 함수
- VS ERROR
- 알고리즘
- 포인터
- Windows
- Visual Studio
- Javascript
- 김성엽
- c#
- 배열
- doit코틀린프로그래밍
- 문법
- 백준
- c++
- Direct2D
- Tips프로그래밍강좌
- Programming
- 리뷰
- 프로그래밍
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