입체기동장치 문제 codeup 구조체 사용문제인데 진격의 거인 관련 문제라서 재밌게 풀었음 ㅋㅋㅋㅋㅋ #include struct Tlrquf{ int a; int b; }; int main(){ int n; scanf("%d\n", &n); // 입체기동장치의 갯수 1~100 struct Tlrquf t[n]; for (int i = 0; i C언어/문제풀다 하나씩 2020.04.11