# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
779084 | vjudge1 | Cipele (COCI18_cipele) | C++17 | 32 ms | 1868 KiB |
이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
#include <bits/stdc++.h>
using namespace std;
typedef long long lo;
#define fi first
#define se second
#define endl "\n"
#define int long long
#define pb push_back
#define fio() ios_base::sync_with_stdio(false);cin.tie(NULL);cout.tie(NULL)
#define FOR for(int i=1;i<=n;i++)
#define mid ((start+end)/2)
#define ort ((bas+son)/2)
const lo inf = 1000000000;
const lo li = 500005;
const lo mod = 1000000007;
int n,m,a[li],k,flag,t,b[li];
int cev;
string s;
vector<int> v;
inline int in(){
int x;
scanf("%lld",&x);
return x;
}
int32_t main(void){
n=in(),m=in();
FOR a[i]=in();
for(int i=1;i<=m;i++){
b[i]=in();
}
//n kucuk olsun
if(n>m){
swap(n,m);
swap(a,b);
}
sort(a+1,a+n+1);
sort(b+1,b+n+1);
int bas=0;
int son=1000000000;
while(bas<=son){
int ind=0;
int tut=1;
FOR{
flag=0;
while(ind<m){
ind++;
//~ cout<<a[i]<<" :: "<<b[ind]<<" :: "<<abs(b[ind]-a[i])<<" :: "<<ort<<endl;
if(abs(b[ind]-a[i])<=ort){flag=1;break;}
}
if(flag==0){tut=0;break;}
}
if(tut)son=ort-1;
else bas=ort+1;
}
printf("%lld\n",bas);
return 0;
}
컴파일 시 표준 에러 (stderr) 메시지
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |