Problem topical
User Kannan
Submission Time 2024-02-23 11:52:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

topical.cpp: In function ‘int main()’:
topical.cpp:33:12: error: ‘kreq’ was not declared in this scope
33 | if(kreq[0][0] == 0) {
| ^~~~
topical.cpp:41:16: error: ‘kreq’ was not declared in this scope
41 | if(kreq[i] <= kcurr) {
| ^~~~
topical.cpp:42:24: error: ‘kgain’ was not declared in this scope
42 | kcurr+=kgain[i];
| ^~~~~