Posts
2 postsMasterbrain
Code public class Masterbrain { String score(String g, String p) { int b = 0, w = 0; boolean[] ug = new boolean[4]; boolean[] up = new boolean[4]; for (int i = 0; i < 4; i++) { if (g.charAt(i)==p.charAt(i)) { b++; ug[i] = true; up[i] = true; } } for (int i = 0; i < 4; i++
VendingMachine
Code public class VendingMachine{ int rows, cols; int ts; // a total of seconds int ci, cj; // current i, current j; int[][] p; void addSecs(int nj) { int a = Math.abs(nj - cj); int b = cols - Math.abs(nj - cj); ts += (a < b) ? a : b; } void setMaxCol() { int max = -1, mj = cj; for (int j = 0; j < cols

![[Spoiler] 매거진 신작, 킬러가 애키우는 '킬러+시터'. '고치가메' 202, 203권 나온다.](https://img.zoomtrend.com/2026/06/24/1782294468-ED82ACEB9FACEC8B9CED84B0EB8F84EBB984EBA6AC.jpg)
![충격적인 유튜브 조회수와 수익 [ 시청 지속 시간 3분 1400 조회수 기준 ]](https://img.zoomtrend.com/2026/06/23/1782280059-EC8AA4ED81ACEBA6B0EC83B72026-06-21EC98A4ED9B8411.30.11.png)