Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박주형
/
AB
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
rhxfkf
2021-04-01 21:21:52 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f53a7cb8a45f420fd7a18bec1e5a182251ab75ef
f53a7cb8
0 parents
A
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
A.cpp
A.cpp
0 → 100644
View file @
f53a7cb
#include <iostream>
#include<string>
using
namespace
std
;
int
main
()
{
string
a
;
cin
>>
a
;
cout
<<
a
;
return
0
;
}
\ No newline at end of file
Please
register
or
login
to post a comment