Run ID:2310

提交时间:2023-12-23 17:49:36

for(int i=0;i<=b;i++){ if(a[i]>_max){ _max=a[i]; } }