想請問一下
依照題目設定,rand()取值為0~1之間的小數
為甚麼答案不是
float x=rand()*100;
int y=int(x)%52+1;
最佳解和5樓是不是都是對最佳解是c++語法5樓是excel的語法
52*rand()