[2차원 배열] 10798번 - 세로 읽기(c++) https://www.acmicpc.net/problem/10798소스 코드(c++)#include #include using namespace std;int main() { ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); char arr[5][15] = {'\0',}; for (int i = 0; i 알고리즘/BaekJoon 단계별로 풀어보기 2024.11.03