{{{~cpp // 랜덤 워크 만들기...(마구 더해지는 워크...) #include #include #include using namespace std; int test(int); int main() { srand ( (unsigned int) time (NULL) ); cout << "랜덤 프로그램입니다..\n"; cout << "몇 줄을 만들까요?\n"; int line; cin >> line; cout<