[알고리즘] 백준 25377 - 빵 (C++) [문제 링크] : https://www.acmicpc.net/problem/25377#include using namespace std;int T, A, B, Ans = 1234567890;int main(){ cin >> T; while(T--){ cin >> A >> B; if(A 알고리즘 2024.11.10