# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
595166 | AGE | Sob (COCI19_sob) | C++14 | 7 ms | 340 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include<bits/stdc++.h>
#define F first
#define S second
#define pb push_back
#define int long long
using namespace std;
const int N=1e5+10,M=2e3,mod=10;
int a[N];
int c[N][35],dp[N][35];
main()
{
int n,m;
cin>>n>>m;
int index=-1;
for(int i=m+n-1;i>=m;i--){
int y=n-1;
int x=(i&y);
if(x==y){
index=i;
break;
}
}
int indexx=index+1;
int i=n-1;
while(i>-1){
cout<<i<<" "<<index<<endl;
i--;
index--;
if(index==m-1)
index=m+n-1;
}
if(i!=0)
cout<<i<<" "<<indexx<<endl;
return 0;
}
Compilation message (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... |