Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- BFS
- 구현
- 티스토리챌린지
- service 테스트
- React Native
- FlatList
- 경우의 수
- ReactNative
- 원복
- 폴더구조
- multipart upload
- bfs dfs
- 자료구조
- Navigation
- 비트마스킹
- 이영직
- react
- 오블완
- 백준 1992
- 완전탐색
- springboot
- 창의충전소
- 노마드코더
- 해외 대외활동
- Project Bee
- 상속 관계 매핑
- 휴대폰 기기
- web view
- React Natvive
- 버튼 활성화
Archives
- Today
- Total
유미의 기록들

📌 문제 💻 코드import java.util.*;import java.io.*;public class Main2{ static int n,targetMp,targetMf,targetMs,targetMv; static int minCost=Integer.MAX_VALUE; static class Ingredient{ int mp,mf,ms,mv,cost; public Ingredient(int mp,int mf,int ms,int mv,int cost){ this.mp=mp; this.mf=mf; this.ms=ms; this.mv=mv; this.cost=cost; } } public static void main(String[] args) throws IOExce..
코딩테스트 기록/알고리즘 문제
2024. 4. 17. 23:19