일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- docker #도커 #기본명령어
- VPC
- imds
- ecr.dkr
- docker
- 후기
- googleauthenticator
- kubernetes #k8s #구성요소 #작동원리 #핵심요소
- AWS
- 알고리즘
- docker #dockerfile #도커 #도커파일
- keypair
- 4575
- 11531
- cloud-config
- kubernetes #k8s #기본 #명령어
- ssh
- ENI
- 백준
- prometheus
- 합격전략
- 숙련기술원
- EC2
- node exporter
- 도커
- Metric
- endpoint
- 블로그 소개 #공지
- dataroot
- ecr.api
Archives
- Today
- Total
목록11531 (1)
ISFJ 개발자의 이야기

오늘은 백준 11531문제를 풀어봤습니다. 문제결과적으로는 푼 문제 수와 총 걸린시간 (패널티를 포함한)을 구하는 문제입니다.아래의 사진과 같이 패널티는 푼 문제에 대해서만 매겨지고 문제를 맞힌 시각 + 틀린 횟수 * 20이라는 공식을 사용하면 풀 수 있는 문제입니다.풀이#include #include using namespace std;int n, ans, cnt, arr[26];void solve() { while (true) { char c; string s; cin >> n; if (n == -1) { cout > c >> s; if (s == "wrong") { arr[c - 'A']++;..
알고리즘
2025. 6. 13. 01:07