숫자 여러개 5 1 2 3 4 5 5 1 2 3 4 5 #define _CRT_SECURE_NO_DEPRECATE #include #include using namespace std; int main() { freopen("input.txt", "r", stdin); ios::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); int n; cin >> n; // 수의 개수 int *k = new int[n]; //scanf("%d", &n); for (int i = 0; i > k[i]; } for (int i = 0; i < n; i++) { cout