답안 #743239

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
743239 2023-05-17T09:06:57 Z vjudge1 Lasers (NOI19_lasers) C++17
0 / 100
0 ms 212 KB
#include<bits/stdc++.h>

using namespace std;

using ll = long long ;
using pii = pair<ll , ll> ;
using i3 = tuple<ll , ll , ll> ;

ll n , m , cnt , ans ;
ll l , r ;
ll mnL = 1e18 , mxR = -1e18 ;

int main(){
    ios_base::sync_with_stdio(0); cin.tie(0);

    cin >> l >> r ;

    for(int i=1;i<=r;i++){
        ll x , y ; cin >> x >> y ;

        ll st = l - y + 1 , ed = y ;

        mnL = min(st , mnL) , mxR = max(ed , mxR) ;
    }

    cout << mxR - mnL + 1 ;
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB Output isn't correct
2 Halted 0 ms 0 KB -