[SWEA 1966] 숫자를 정렬하자
2021. 9. 16. 16:03
문제 링크 https://swexpertacademy.com/main/code/problem/problemDetail.do SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com C++ 풀이 #include #include #include using namespace std; int main() { vector num; int T, N; cin >> T; for (int i = 1; i > N; num.clear(); num.resize(N); for (int j = 0; j > num[j]; sort(num.begin(), num.end()); cout