[알고리즘] 백준 26766 - Serca (C++) [문제 링크] : https://www.acmicpc.net/problem/26766#include using namespace std;int N;int main(){ cin >> N; while(N--){ cout 알고리즘 2025.03.07