Showing
22 changed files
with
18 additions
and
3 deletions
echo/.vs/ProjectSettings.json
0 → 100644
echo/.vs/VSWorkspaceState.json
0 → 100644
No preview for this file type
This file is too large to display.
This file is too large to display.
echo/.vs/slnx.sqlite
0 → 100644
No preview for this file type
No preview for this file type
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | <Project> | 2 | <Project> |
3 | <ProjectOutputs> | 3 | <ProjectOutputs> |
4 | <ProjectOutput> | 4 | <ProjectOutput> |
5 | - <FullPath>C:\Users\utahi\Desktop\진행중 과제\gitlab\git_test\Lab_git_branch\echo\Debug\echo.exe</FullPath> | 5 | + <FullPath>C:\Users\utahi\Desktop\진행중 과제\gitlab\Lab_git_branch\echo\Debug\echo.exe</FullPath> |
6 | </ProjectOutput> | 6 | </ProjectOutput> |
7 | </ProjectOutputs> | 7 | </ProjectOutputs> |
8 | <ContentFiles /> | 8 | <ContentFiles /> | ... | ... |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
1 | PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.29.30133:VCServicingVersionATL=14.29.30136:VCServicingVersionCrtHeaders=14.29.30136:VCServicingVersionCompilers=14.29.30136:TargetPlatformVersion=10.0.22000.0: | 1 | PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.29.30133:VCServicingVersionATL=14.29.30136:VCServicingVersionCrtHeaders=14.29.30136:VCServicingVersionCompilers=14.29.30136:TargetPlatformVersion=10.0.22000.0: |
2 | -Debug|Win32|C:\Users\utahi\Desktop\진행중 과제\gitlab\git_test\Lab_git_branch\echo\| | 2 | +Debug|Win32|C:\Users\utahi\Desktop\진행중 과제\gitlab\Lab_git_branch\echo\| | ... | ... |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
... | @@ -5,6 +5,10 @@ using namespace std; | ... | @@ -5,6 +5,10 @@ using namespace std; |
5 | 5 | ||
6 | int main() { | 6 | int main() { |
7 | string inp; | 7 | string inp; |
8 | + while (true) { | ||
8 | cin >> inp; | 9 | cin >> inp; |
9 | - cout << inp; | 10 | + if (inp=="exit")break; { |
11 | + cout << inp << endl; | ||
12 | + } | ||
13 | + } | ||
10 | } | 14 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment