OLD_알고리즘/Programmers - 알고리즘60 Programmers ] Level 1 - 문자열 다루기 기본 정답 조건 V 문자열 길이가 4 혹은 6이어야 true V 문자열에 숫자만 있어야 true 🌱 정답코드 2021. 1. 10. Programmers ] Level 1 - 수박수박수박수박수박수? 🌱 정답코드 2021. 1. 10. Programmers ] Level 1 - 이상한 문자 만들기 🌱 정답코드 toupper - C++ Reference function toupper Convert lowercase letter to uppercase Converts c to its uppercase equivalent if c is a lowercase letter and has an uppercase equivalent. If no such conversion is possible, the value returned is c unchanged. Notice that what is con www.cplusplus.com 2021. 1. 10. Programmers ] Level 1 - 문자열을 정수로 바꾸기 🌱 정답코드 reference stoi - C++ Reference function template std::stoi int stoi (const string& str, size_t* idx = 0, int base = 10); int stoi (const wstring& str, size_t* idx = 0, int base = 10); Convert string to integer Parses str interpreting its content as an integral number of the spe www.cplusplus.com 더보기 stoi( )를 적용하지 않은 다른 분의 코드를 참고해보았습니다. #include #include using namespace std; int solution(s.. 2021. 1. 8. 이전 1 ··· 8 9 10 11 12 13 14 15 다음