@attack666
2019-04-22T00:37:36.000000Z
字数 246
阅读 886
30% n <= 1000
100% n <=
同余方程 ax = b (mod p)int rand() {int x = gao();return x;}1. 如果不指定种子,返回结果相同srand((unsigned)time(0)); 每秒刷新2. [0, 32768)int rnd() {return rand() << 15 | rand();}
:looprand.exebaoli.exe > b.outstd.exe > c.outfc b.out c.outif not errorlevel 1 goto looppause