# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
472175 | 2021-09-13T08:53:33 Z | BidoTeima | Nadan (COCI18_nadan) | C++17 | 3 ms | 332 KB |
/// isA AC #include <bits/stdc++.h> using namespace std; using ll = long long; void ACPLS(){ #ifndef ONLINE_JUDGE freopen("output.txt","w",stdout); freopen("input.txt","r",stdin); #endif ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); } #define tc int tttttt;cin>>tttttt;while(tttttt--) #define sumrange(l,r,arr) (l==0?arr[r]:arr[r]-arr[l-1]) int main(){ ACPLS(); int k,n; cin>>k>>n; for(int i = 1; i < n; i++) cout<<i<<'\n'; cout<<k-n*(n-1)/2; }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 2 ms | 332 KB | Output isn't correct |
2 | Incorrect | 2 ms | 332 KB | Output isn't correct |
3 | Incorrect | 3 ms | 332 KB | Output isn't correct |
4 | Incorrect | 2 ms | 332 KB | Output isn't correct |
5 | Incorrect | 2 ms | 332 KB | Output isn't correct |
6 | Incorrect | 2 ms | 332 KB | Output isn't correct |
7 | Incorrect | 2 ms | 332 KB | Output isn't correct |
8 | Incorrect | 2 ms | 332 KB | Output isn't correct |
9 | Incorrect | 2 ms | 332 KB | Output isn't correct |
10 | Incorrect | 3 ms | 332 KB | Output isn't correct |