일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 아스키코드
- html
- meta charset=
- 정수와 상수
- ㅇ
- 오버플로우
- 마법이라고 불러도 좋을까?
- 백준 11720
- 히라이켄
- 십진수 16진수
- 魔法っていっていいかな
- 아스키코드로 숫자 넣기
- 백준 8958번
- body
- 백준4344번
- !doctype html
- Official髭男dism
- 자료형
- HEAD
- 십진수 8진수
- 문자열숫자를 숫자로
- 平井堅
- React.js
- 異端なスター
- Today
- Total
목록Programming (65)
갓비니

웹은 처음이다. atom 에디터를 사용하였다. 1. This is very important text 은 한 쌍이 아닌 한 개뿐! 특정 문장 혹은 단어를 설명하는 태그가 아닌 것들은 모두 한개만 쓴다. 2. This is very importanttext 3. Headline no.1 Headline no.2Headline no.3 4. (간격 조절 불가한 단락나눔) VS (단순한 줄바꿈) 5. 그래서 와 함께 사용하는 것이 CSS CSS와 함께 사용할 수 있으므로 br보다 p가 더 좋음 ㅎㅎ
0. C++'s Standard Library 1) Entire C standard library 2) I/O stream library (std::cin / std::ciout / stringstreams / fstreams 등) 3) Standard Template Library 4) miscellaneous library (strings, exceptions, allocation 등...) 1. STL이란 STL : 자료구조와 Algoritm을 Template로 제공하는 라이브러리 자료구조를 내가 코딩해서 만들지 않아도 사용할 수 있게 해주는 라이브러리이다. STL은 reference가 아닌 value를 저장한다. STL을 사용하면 여러가지 copy를 만들게 된다. 만일 이를 원치 않을 경우 포인터..
간단한 에러이다. 범위를 벗어났다는 것임 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 #include #include using namespace std; int main() { int count; int repeat; string word; cin >> count; for (int i = 0; i > repeat; cin >> word; for (int j = 0; j cs sizeof(word) --> word.size() 바꾸었더니 해결되었다.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 #include #include #include using namespace std; int main() { vector V = { "c=", "c-", "dz=", "d-", "lj", "nj", "s=", "z=" }; string croatia; int index=0; cin >> croatia; for (int i = 0; i