#24861: f281


yp10870939 (etydhtet fyh ryj jye uotrh tr...)

學校 : 臺北市私立延平高級中學
編號 : 105778
來源 : [1.162.55.248]
最後登入時間 :
2024-11-02 21:30:08
f281. 志樺的亮度 -- wseds | From: [118.165.3.243] | 發表日期 : 2021-04-02 10:22

  1. #include <iostream>
  2. #include <algorithm>
  3. using namespace std;
  4. int main(){
  5.     int n, l;
  6.     cin>>n;
  7.     int a[n];
  8.     for(int i = 0; i < n; i++) cin>>a[i];
  9.     cin>>l;
  10.     sort(a, a+n);
  11.     if((a[1]-l)>=(l-a[0])) cout<<l-a[0]<<endl;
  12.     else cout<<"You are too black!"<<endl;
  13.     return 0;
  14. }
 
ZeroJudge Forum