# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1157249 | tegshee | 캥거루 (CEOI16_kangaroo) | C++20 | 0 ms | 324 KiB |
#include<bits/stdc++.h>
#define ll long long
#define ss second
#define ff first
#define mod 1000000007
#define endl '\n'
using namespace std;
string s;
ll n,m,a,l,r;
int main(){
cin>>n>>l>>r;
cout<<l-1+n-r;
}
# | 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... |