QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#786927#9782. NonZero PrefSuf Sumsucup-team5160#Compile Error//C++203.3kb2024-11-27 02:05:182024-11-27 02:05:20

详细

answer.code:3:13: error: expected primary-expression before ‘long’
    3 | #define int long long
      |             ^~~~
answer.code:8:28: note: in expansion of macro ‘int’
    8 | static const int MAX_SUM = int(1e4) + 7;
      |                            ^~~
answer.code:10:15: error: size of array ‘dp’ is not an integral constant-expression
   10 | int dp[MAX_N][MAX_SUM];
      |               ^~~~~~~
answer.code:11:20: error: size of array ‘zero_dp’ is not an integral constant-expression
   11 | int zero_dp[MAX_N][MAX_SUM];
      |                    ^~~~~~~