# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
977228 | 2024-05-07T14:28:23 Z | vjudge1 | 구경하기 (JOI13_watching) | C++17 | 1 ms | 432 KB |
#include<bits/stdc++.h> using namespace std; #define ll long long int n,p,q; vector<ll>a; int main(){ cin>>n>>p>>q; for(int i=0;i<n;i++){ int c; cin>>c; a.push_back(c); } sort(a.begin(),a.end()); int sze=a.size(); ll ans= (a[sze-1]-a[0]+1)/(2*q+p); cout<<ans<<endl; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 432 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 348 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |