Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
Quiz-2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
정용석
Quiz-2
Commits
7bf92264
Commit
7bf92264
authored
Jan 21, 2025
by
정용석
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MODEL-644
엉금엉금 과제 풀이
parent
675e9c1b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
base64.cpp
+6
-0
No files found.
base64.cpp
View file @
7bf92264
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment