[알고리즘] 백준 6321 - IBM 빼기 1 (C++) [문제 링크] : https://www.acmicpc.net/problem/6321#include using namespace std;int main(){ int T; string S; cin >> T; for(int i=1; i> S; cout 알고리즘 2025.02.02