Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김민경
/
assignment2
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
김민경
2019-10-04 12:07:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7261a0e930df820f4d0155ae1651ab0604f4aea5
7261a0e9
0 parents
a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
A/1.cpp
A/1.cpp
0 → 100644
View file @
7261a0e
#include <iostream>
#include <string.h>
using
namespace
std
;
int
main
()
{
string
a
;
cin
>>
a
;
cout
<<
a
<<
endl
;
return
0
;
}
\ No newline at end of file
Please
register
or
login
to post a comment