이준용

Exit

1 +#include <iostream>
2 +#include <string>
3 +using namespace std;
4 +
5 +int main()
6 +{
7 + string a;
8 +
9 + cin >> a;
10 + if (a == 'exit')
11 + {
12 + return 0;
13 + }
14 +}
...\ No newline at end of file ...\ No newline at end of file