萌新刚学模拟退火
if (tmp<=nowans){ nowans=tmp; }else if (exp((nowans-tmp)*1.0/j)<rand()*1.0/RAND_MAX){ // this swap(aw[x],aw[y]); }
此处去大于号或小于号均能通过P2210,请问哪种写法更对?