# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
595166 | 2022-07-13T12:10:11 Z | AGE | Sob (COCI19_sob) | C++14 | 7 ms | 340 KB |
#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
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 232 KB | Extra information in the output file |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 7 ms | 340 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 212 KB | Extra information in the output file |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 232 KB | Extra information in the output file |
2 | Halted | 0 ms | 0 KB | - |