Problem | distribution |
---|---|
User | PlayVoltz |
Submission Time | 2024-07-03 23:51:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
distribution.cpp:35:12: error: array bound is not an integer constant before ‘]’ token
35 | bool m[ooga];
| ^
distribution.cpp: In function ‘void dfs(long long int, long long int, long long int, bool, bool)’:
distribution.cpp:39:10: error: ‘m’ was not declared in this scope
39 | if (t&&m[sum]&&can)yay=1, res=sum;
| ^