# |
Submission time |
Handle |
Problem |
Language |
Result |
Execution time |
Memory |
899496 |
2024-01-06T10:08:39 Z |
joccccca |
Nadan (COCI18_nadan) |
C++14 |
|
1 ms |
348 KB |
#include <bits/stdc++.h>
#define int long long
using namespace std;
int b[1000001];
int cnt[1000001];
signed main()
{
int n,k;
cin >> k >> n;
int br=0;
for(int i=1; i <= n-1; i++){
br+=i;
cout<<i<<"\n";
}
cout<<k-br<<"\n";
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Correct |
1 ms |
348 KB |
Output is correct |
2 |
Correct |
0 ms |
348 KB |
Output is correct |
3 |
Correct |
0 ms |
348 KB |
Output is correct |
4 |
Correct |
0 ms |
348 KB |
Output is correct |
5 |
Correct |
0 ms |
348 KB |
Output is correct |
6 |
Correct |
0 ms |
348 KB |
Output is correct |
7 |
Correct |
0 ms |
348 KB |
Output is correct |
8 |
Correct |
0 ms |
348 KB |
Output is correct |
9 |
Correct |
0 ms |
348 KB |
Output is correct |
10 |
Correct |
0 ms |
348 KB |
Output is correct |