fork(2) download
  1. // iostream is too mainstream
  2. #include <cstdio>
  3. // bitch please
  4. #include <iostream>
  5. #include <algorithm>
  6. #include <cstdlib>
  7. #include <vector>
  8. #include <set>
  9. #include <map>
  10. #include <queue>
  11. #include <stack>
  12. #include <list>
  13. #include <cmath>
  14. #include <iomanip>
  15. #define dibs reserve
  16. #define OVER9000 1234567890
  17. #define ALL_THE(CAKE,LIE) for(auto LIE =CAKE.begin(); LIE != CAKE.end(); LIE++)
  18. #define tisic 47
  19. #define soclose 1e-8
  20. #define chocolate win
  21. // so much chocolate
  22. #define patkan 9
  23. #define ff first
  24. #define ss second
  25. #define abs(x) ((x < 0)?-(x):x)
  26. #define uint unsigned int
  27. #define dbl long double
  28. using namespace std;
  29. // mylittledoge
  30.  
  31. int main() {
  32. cin.sync_with_stdio(0);
  33. cin.tie(0);
  34. int N;
  35. long long S;
  36. cin >> N >> S;
  37. vector<int> A(N,0);
  38. for(int i =1; i < N; i++) {
  39. if(S >= 0) A[i] =1, S -=N-i;
  40. else A[i] =-1, S +=N-i;}
  41. if(S != 0) {cout << "-1\n"; return 0;}
  42. for(int i =1; i < N; i++) A[i] +=A[i-1];
  43. for(int i =0; i < N; i++) cout << A[i] << ((i == N-1)?"\n":" ");
  44. return 0;}
  45.  
  46. // look at my code
  47. // my code is amazing
  48.  
Runtime error #stdin #stdout #stderr 0s 3476KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc