Problem | buycoke |
---|---|
User | bribritt |
Submission Time | 2023-04-15 15:54:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
buycoke.cpp: In function ‘int32_t main()’:
buycoke.cpp:34:58: error: ‘tens’ was not declared in this scope
34 | REP(i, 0, c+1) REP(j, 0, min((int)101,n5+c)) REP(k, 0, tens+1) dp[i][j][k] = 0;
| ^~~~
buycoke.cpp:21:41: note: in definition of macro ‘REP’
21 | #define REP(i, a, b) for(int i = a; i < b; i++)
| ^