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 | 31 |
Tags
- 백준
- 긱바
- ADT
- 스톡
- 시간복잡도
- 코딩공부
- 코테준비
- M1W
- 코테
- JavaScript
- unityC#
- 자바스크립트
- Unity
- 삼성노트북
- 삼성노트북하판
- 기계식키보드
- LinkedList
- 오늘도코드잇
- solved.ac
- 추상적 자료형
- 자료구조
- JS
- 몬스긱
- 코드잇TIL
- 브론즈
- 노트북SSD교체
- GMK67
- 어도비
- 노트북램교체
- 코드잇
Archives
- Today
- Total
목록브론즈 (1)
SKYLIGHT STUDIO
[C++][1264] 모음의 개수
#include#include#include#includeusing namespace std;int _num;char _string[256];int main(){ while (1) { _num = 0; cin.getline(_string, 256); if (_string[0] == '#') break; for (int i = 0; i 당연히 if문 저따위로 쓰면 현업에서 욕먹는다.줄 하나를 통째로 받아오려면 cin.getline()
Computer Programming/Coding Test(C++)
2024. 9. 29. 22:03