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
- 십진수 16진수
- React.js
- ㅇ
- 백준 11720
- 平井堅
- HEAD
- 魔法っていっていいかな
- 백준 8958번
- 자료형
- !doctype html
- 정수와 상수
- 오버플로우
- 마법이라고 불러도 좋을까?
- 히라이켄
- 십진수 8진수
- meta charset=
- Official髭男dism
- html
- body
- 異端なスター
- 아스키코드로 숫자 넣기
- 아스키코드
- 문자열숫자를 숫자로
- 백준4344번
Archives
- Today
- Total
갓비니
2020/04/21 코딩 문제 연습(7단계 / 백준 5622번) C++ 본문
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#include <iostream>
#include <string>
using namespace std;
int main() {
string word;
int time = 0;
cin >> word;
if (word[i] < 'D')time += 3;
else if (word[i] < 'G')time += 4;
else if (word[i] < 'J')time += 5;
else if (word[i] < 'M')time += 6;
else if (word[i] < 'P')time += 7;
else if (word[i] < 'T')time += 8;
else if (word[i] < 'W')time += 9;
else if (word[i] <= 'Z')time += 10;
}
cout << time;
}
http://colorscripter.com/info#e" target="_blank" style="color:#4f4f4ftext-decoration:none">Colored by Color Scripter
|
아니,,, 쒸익쒸익,,,
단어로 안하고 그냥 숫자 68, 71, 이런식으로 넣었다가 틀렸당..
'Programming > 코딩 문제 풀이' 카테고리의 다른 글
programmers 연습문제 : 2016년 / C++ 코드 (0) | 2020.07.03 |
---|---|
★★백준 7단계 2941 크로아티아 알파벳 C++ / vector (0) | 2020.04.23 |
2020/04/20 코딩 문제 연습(7단계 / 백준 2908번) C++ / atoi, string을 int형으로 (0) | 2020.04.21 |
2020/04/19 코딩 문제 연습(7단계 / 백준 1152번) C++ / 띄어쓰기도 string에 저장하고 싶을 때 getline(), .at() (0) | 2020.04.21 |
★2020/04/18 코딩 문제 연습 (7단계 / 백준 1157) C++ (0) | 2020.04.19 |