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