一、任務(wù)詳情

  1. 在openEuler(推薦)或Ubuntu或Windows(不推薦)中完成下面任務(wù)
  2. 參考《密碼工程》p107偽代碼基于Eratosthenes算法實現(xiàn) int SmallPrimeList(int n, int *plist, int *len), 其中plist返回素數(shù)列表,len返回列表長度(5
    ’)
    2 寫出測試代碼,至少包括 n=2, n=你的四位學(xué)號,n>2^20次方的測試代碼,提交代碼和運行結(jié)果截圖(10)

二、