Elapsed Time1 Time #include "pch.h" #include #include #include #include using namespace std; using namespace System; void ShowCurrentTime_Seconds(); void ShowCurrentTime(); void ShowElapsedTime(); int main() { ShowCurrentTime_Seconds(); ShowCurrentTime(); ShowElapsedTime(); std::string str; std::getline(std::cin, str); return 0; } void ShowCurrentTime_Seconds() { cout 2023. 3. 30. 이전 1 다음