[level 2] Title: 더 맵게, Time: 1726.30 ms, Memory: 50.8 MB -BaekjoonHub
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# [level 2] 더 맵게 - 42626
|
||||
|
||||
[문제 링크](https://school.programmers.co.kr/learn/courses/30/lessons/42626?language=python3)
|
||||
[문제 링크](https://school.programmers.co.kr/learn/courses/30/lessons/42626)
|
||||
|
||||
### 성능 요약
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
### 제출 일자
|
||||
|
||||
2025년 03월 26일 16:57:20
|
||||
2025년 03월 26일 16:57:27
|
||||
|
||||
### 문제 설명
|
||||
|
||||
|
||||
9
프로그래머스/2/42626. 더 맵게/더 맵게.cpp
Normal file
9
프로그래머스/2/42626. 더 맵게/더 맵게.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int solution(vector<int> scoville, int K) {
|
||||
int answer = 0;
|
||||
return answer;
|
||||
}
|
||||
Reference in New Issue
Block a user