Problem | kfc |
---|---|
User | noob41 |
Submission Time | 2023-11-09 06:17:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
kfc.cpp: In function ‘int32_t main()’:
kfc.cpp:20:3: error: ‘arrd’ was not declared in this scope
20 | arrd[i]=d;
| ^~~~
kfc.cpp:21:3: error: ‘arrs’ was not declared in this scope
21 | arrs[i]=s;
| ^~~~
kfc.cpp:22:3: error: ‘arrw’ was not declared in this scope
22 | arrw[i]=w;
| ^~~~
kfc.cpp:27:20: error: ‘arrd’ was not declared in this scope
27 | bustime=bustime+(arrd[i]/arrs[i]+arrw[i]);
| ^~~~
kfc.cpp:27:28: error: ‘arrs’ was not declared in this scope
27 | bustime=bustime+(arrd[i]/arrs[i]+arrw[i]);
| ^~~~
kfc.cpp:27:36: error: ‘arrw’ was not declared in this scope
27 | bustime=bustime+(arrd[i]/arrs[i]+arrw[i]);
| ^~~~