rhxfkf

A

......@@ -5,6 +5,7 @@ using namespace std;
int main() {
string a;
cin >> a;
if (a == "exit") return 0;
cout << a;
return 0;
......