OLD_알고리즘224 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. Programmers ] Level 1 - 시저 암호 풀이과정 🌱 정답코드 2021. 1. 8. Programmers ] Level 1 - 약수의 합 🌱 정답코드 2021. 1. 8. 이전 1 ··· 29 30 31 32 33 34 35 ··· 56 다음