Showing
18 changed files
with
8 additions
and
2 deletions
No preview for this file type
No preview for this file type
This file is too large to display.
echo/Debug/echo.exe
0 → 100644
No preview for this file type
echo/Debug/echo.ilk
0 → 100644
No preview for this file type
echo/Debug/echo.pdb
0 → 100644
No preview for this file type
echo/echo/Debug/echo.log
0 → 100644
echo/echo/Debug/echo.obj
0 → 100644
No preview for this file type
echo/echo/Debug/echo.tlog/CL.command.1.tlog
0 → 100644
No preview for this file type
echo/echo/Debug/echo.tlog/CL.read.1.tlog
0 → 100644
No preview for this file type
echo/echo/Debug/echo.tlog/CL.write.1.tlog
0 → 100644
No preview for this file type
No preview for this file type
echo/echo/Debug/echo.tlog/link.read.1.tlog
0 → 100644
No preview for this file type
echo/echo/Debug/echo.tlog/link.write.1.tlog
0 → 100644
No preview for this file type
echo/echo/Debug/vc141.idb
0 → 100644
No preview for this file type
echo/echo/Debug/vc141.pdb
0 → 100644
No preview for this file type
1 | #include <iostream> | 1 | #include <iostream> |
2 | +#include <string> | ||
2 | using namespace std; | 3 | using namespace std; |
3 | void main() | 4 | void main() |
4 | { | 5 | { |
5 | cout << "ÀÔ·ÂÇϼ¼¿ä" << endl; | 6 | cout << "ÀÔ·ÂÇϼ¼¿ä" << endl; |
6 | - char a; | 7 | + string a; |
7 | cin >> a; | 8 | cin >> a; |
8 | - cout << a; | 9 | + cout << a << endl; |
9 | 10 | ||
10 | } | 11 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment