int Pause(const char *prompt){int key;cout<<prompt<<flush;key = getch();cout<<endl;return key;}
米脂
相关分类