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
- solved.ac
- 긱바
- unityC#
- 기계식키보드
- 삼성노트북
- 삼성노트북하판
- 노트북램교체
- GMK67
- 스톡
- JS
- 몬스긱
- 코드잇TIL
- 어도비
- ADT
- JavaScript
- 코드잇
- 자바스크립트
- LinkedList
- 자료구조
- 오늘도코드잇
- 코테준비
- Unity
- 노트북SSD교체
- 코테
- 백준
- 시간복잡도
- M1W
- 브론즈
- 추상적 자료형
- 코딩공부
Archives
- Today
- Total
목록백준 (1)
SKYLIGHT STUDIO

#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