[[TableOfContents]] = 오늘의 문제 = [https://www.codeground.org/practice/practiceProbView.do?probId=2|프로그래밍 경진대회] = 참가자 = || 이름 || 학번 || || 박인서 || 15학번 || = 코드 = == 박인서 == {{{ #include #include #include using namespace std; int main() { setbuf(stdout, NULL); int TC; int test_case; scanf("%d", &TC); for(test_case = 1; test_case <= TC; test_case++) { int n; vector a; scanf("%d", &n); for(int i=0;i