PEACE

和平

管理

main.cpp

 1 #include <iostream>
 2 #include <conio.h>
 3 
 4 using namespace std;
 5 
 6 int main() {
 7     while ( 1 )
 8         cout << _getche() << endl;
 9     return 0;
10 }

附件1

posted on 2019-05-12 11:17  614616185  阅读(183)  评论(1编辑  收藏  举报