服務端面試題

1.隨機產生5個數,這5個數每一個數的範圍都在[10,35]之間,5個數的和是定值100,儘可能讓5個數的機率隨機,算法儘可能高效,寫出算法??ios #include <iostream> #include <cstdlib> #include <ctime> using namespace std; int main() { srand((unsigned)time(NULL)
相關文章
相關標籤/搜索