用C++验证三门问题
摘要:三门问题(换门): #include <iostream> #include <cstdlib> #include <ctime> #define random(a,b) (rand() % (b-a+1))+ a using namespace std; int main() { srand((i
阅读全文
posted @ 2020-05-21 11:08
posted @ 2020-05-21 11:08
posted @ 2020-05-02 16:36