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