일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 히라이켄
- 아스키코드
- 魔法っていっていいかな
- ㅇ
- 平井堅
- 백준 8958번
- body
- 자료형
- 오버플로우
- 문자열숫자를 숫자로
- html
- 십진수 8진수
- 異端なスター
- 백준 11720
- Official髭男dism
- 아스키코드로 숫자 넣기
- !doctype html
- HEAD
- meta charset=
- 마법이라고 불러도 좋을까?
- 십진수 16진수
- 정수와 상수
- 백준4344번
- React.js
- Today
- Total
목록Programming/코딩 문제 풀이 (33)
갓비니
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 #include #include using namespace std; string solution(string s) { int num = num = (s.length() + 1) / 2; string temp_1; string temp_2; if ((s.length() % 2) == 1) { temp_1 = s[num]; string answer=temp_1; return answer; } else { temp_1 = s[num]; temp_2 = s[num+1]; string answer = temp_1+temp_2; return answer; } } Colored by Color..
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 #include #include using namespace std; string solution(int a, int b) { string DAY[7] = { "THU", "FRI","SAT","SUN","MON","TUE","WED" }; int day = 0; int sum = 0; string answer = {}; if ((a == 1) && (b 0; i--) { if ((i == 1) || (i == 3) || (i == 5) || (i == 7) || (i == 8) || (i == 10) || (i == 12))day = 31; else if (i == 2)day = ..
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