# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
595111 | 2022-07-13T11:20:12 Z | AGE | Sob (COCI19_sob) | C++14 | 5 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; for(int i=0;i<n;i++) cout<<i<<" "<<i+n<<endl; return 0; }
Compilation message
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 212 KB | Integer parameter [name=y] equals to 128, violates the range [724385, 724512] |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 5 ms | 340 KB | Integer parameter [name=y] equals to 3377, violates the range [4815, 8191] |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 212 KB | Integer parameter [name=y] equals to 12, violates the range [178, 189] |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 212 KB | Integer parameter [name=y] equals to 128, violates the range [724385, 724512] |
2 | Halted | 0 ms | 0 KB | - |