#include #include #include using namespace std;int main(){ ios_base::sync_with_stdio(false); cin.tie(nullptr); cout.tie(nullptr); vector> v(5); string answer; for (int i = 0; i > s; for (char c : s) { v[i].push_back(c); } } for (int i = 0; i = 0; j--) { if (i 수행때 틀렸던 문제 PCCE 1회 기출문제 9번 복습 처음에 풀었던 방법 #include #include #include using namespace std;int solution(vector> board, int h, int ..