5 条题解

  • 0
    @ 2026-9-17 15:16:37
    cout<<endl;
    	cout << "按下[空格]键继续......." << endl;
    		while (true) {
    			if (_kbhit()) {
    				char a = _getch();
    				if (a == 32)
    	system("cls");
    	cout<<""<<endl;
    				break;
    			}
    		}
    
    
    
    
    
    
    

    信息

    ID
    4916
    时间
    1000ms
    内存
    256MiB
    难度
    8
    标签
    (无)
    递交数
    133
    已通过
    18
    上传者