Commit 7bf92264 by 정용석

MODEL-644 엉금엉금 과제 풀이

parent 675e9c1b
......@@ -60,5 +60,10 @@ int main() {
cout << "Original : " << input << endl;
cout << "Base64 Encoded : " << encoded << endl;
cout << "Base64 Decoded : " << decoded << endl;
// 출력 결과
// input size : 21
// Original : 안녕하세요 Hello
// Base64 Encoded : 7JWI64WV7ZWY7IS47JqUIEhlbGxv
// Base64 Decoded : 안녕하세요 Hello
return 0;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment