# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
464610 | 2021-08-13T14:09:37 Z | ahmedfouadnew | Nadan (COCI18_nadan) | C++17 | 1 ms | 292 KB |
#include<bits/stdc++.h> using namespace std; #define int long long #define pb push_back const int mod=1e9+7; signed main() { int n,k; cin>>k>>n; int cur=1; for(int i=1;i<n;i++) { cout<<i<<" "; } k-=n*(n-1)/2; cout<<k<<endl; return 0; }
Compilation message
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Correct | 0 ms | 204 KB | Output is correct |
2 | Correct | 0 ms | 204 KB | Output is correct |
3 | Correct | 1 ms | 204 KB | Output is correct |
4 | Correct | 0 ms | 292 KB | Output is correct |
5 | Correct | 0 ms | 204 KB | Output is correct |
6 | Correct | 1 ms | 204 KB | Output is correct |
7 | Correct | 0 ms | 204 KB | Output is correct |
8 | Correct | 1 ms | 204 KB | Output is correct |
9 | Correct | 1 ms | 292 KB | Output is correct |
10 | Correct | 1 ms | 204 KB | Output is correct |