Submission #630089

#TimeUTC-0UsernameProblemLanguageResultExecution timeMemory
6300892022-08-15 16:29:30JustInCaseCatfish Farm (IOI22_fish)C++17
Compilation error
0 ms0 KiB
#include <iostream>
#include <string>
#include <vector>
#include <queue>
#include <stack>
#include <array>
#include <algorithm>
#include <numeric>
#include <map>
#include <unordered_map>
#include <set>
#include <cstring>
#include <cmath>
#include <iomanip>
#include <cassert>
#include <random>
#include <cstdlib>
#define debug(x) std::cout << #x << " " << (x) << '\n';
#define pb push_back
#define mp std::make_pair
#define remax(a, b) a = std::max((a), (b));
#define remin(a, b) a = std::min((a), (b));
#define maxWeights max_weights
int64_t solveSmallN(int32_t n, int32_t m, std::vector<int32_t> x, std::vector<int32_t> y,
std::vector<int32_t> w) {
const int32_t MAX_N = 300;
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Compilation message (stderr)

fish.cpp: In function 'int64_t solveMediumN(int32_t, int32_t, std::vector<int>, std::vector<int>, std::vector<int>)':
fish.cpp:182:27: error: 'n' is not a constant expression
  182 |  std::array<int64_t, n + 1> dpIncr{}, dpDecr{}, nDpIncr{}, nDpDecr{};
      |                           ^
fish.cpp:182:24: note: in template argument for type 'long unsigned int'
  182 |  std::array<int64_t, n + 1> dpIncr{}, dpDecr{}, nDpIncr{}, nDpDecr{};
      |                      ~~^~~
fish.cpp:186:11: error: invalid types 'int[int32_t {aka int}]' for array subscript
  186 |    nDpIncr[k] = dpDecr[0];
      |           ^
fish.cpp:186:23: error: invalid types 'int[int]' for array subscript
  186 |    nDpIncr[k] = dpDecr[0];
      |                       ^
fish.cpp:188:18: error: invalid types 'int[int32_t {aka int}]' for array subscript
  188 |     remax(nDpIncr[k], dpIncr[lastK] + getWRangeSum(lastK, k, j - 1));
      |                  ^
fish.cpp:22:21: note: in definition of macro 'remax'
   22 | #define remax(a, b) a = std::max((a), (b));
      |                     ^
fish.cpp:188:18: error: invalid types 'int[int32_t {aka int}]' for array subscript
  188 |     remax(nDpIncr[k], dpIncr[lastK] + getWRangeSum(lastK, k, j - 1));
      |                  ^
fish.cpp:22:35: note: in definition of macro 'remax'
   22 | #define remax(a, b) a = std::max((a), (b));
      |                                   ^
fish.cpp:188:29: error: invalid types 'int[int32_t {aka int}]' for array subscript
  188 |     remax(nDpIncr[k], dpIncr[lastK] + getWRangeSum(lastK, k, j - 1));
      |                             ^
fish.cpp:22:40: note: in definition of macro 'remax'
   22 | #define remax(a, b) a = std::max((a), (b));
      |                                        ^
fish.cpp:191:11: error: invalid types 'int[int32_t {aka int}]' for array subscript
  191 |    nDpDecr[k] = 0;
      |           ^
fish.cpp:193:18: error: invalid types 'int[int32_t {aka int}]' for array subscript
  193 |     remax(nDpDecr[k], dpDecr[lastK] + getWRangeSum(k, lastK, j));
      |                  ^
fish.cpp:22:21: note: in definition of macro 'remax'
   22 | #define remax(a, b) a = std::max((a), (b));
      |                     ^
fish.cpp:193:18: error: invalid types 'int[int32_t {aka int}]' for array subscript
  193 |     remax(nDpDecr[k], dpDecr[lastK] + getWRangeSum(k, lastK, j));
      |                  ^
fish.cpp:22:35: note: in definition of macro 'remax'
   22 | #define remax(a, b) a = std::max((a), (b));
      |                                   ^
fish.cpp:193:29: error: invalid types 'int[int32_t {aka int}]' for array subscript
  193 |     remax(nDpDecr[k], dpDecr[lastK] + getWRangeSum(k, lastK, j));
      |                             ^
fish.cpp:22:40: note: in definition of macro 'remax'
   22 | #define remax(a, b) a = std::max((a), (b));
      |                                        ^
fish.cpp:194:18: error: invalid types 'int[int32_t {aka int}]' for array subscript
  194 |     remax(nDpDecr[k], dpIncr[lastK] + getWRangeSum(k, lastK, j));
      |                  ^
fish.cpp:22:21: note: in definition of macro 'remax'
   22 | #define remax(a, b) a = std::max((a), (b));
      |                     ^
fish.cpp:194:18: error: invalid types 'int[int32_t {aka int}]' for array subscript
  194 |     remax(nDpDecr[k], dpIncr[lastK] + getWRangeSum(k, lastK, j));
      |                  ^
fish.cpp:22:35: note: in definition of macro 'remax'
   22 | #define remax(a, b) a = std::max((a), (b));
      |                                   ^
fish.cpp:194:29: error: invalid types 'int[int32_t {aka int}]' for array subscript
  194 |     remax(nDpDecr[k], dpIncr[lastK] + getWRangeSum(k, lastK, j));
      |                             ^
fish.cpp:22:40: note: in definition of macro 'remax'
   22 | #define remax(a, b) a = std::max((a), (b));
      |                                        ^
fish.cpp:202:24: error: invalid types 'int[int]' for array subscript
  202 |  return std::max(dpIncr[0], dpDecr[0]);
      |                        ^
fish.cpp:202:35: error: invalid types 'int[int]' for array subscript
  202 |  return std::max(dpIncr[0], dpDecr[0]);
      |                                   ^