Problem | radioactive |
---|---|
User | dacashew |
Submission Time | 2024-12-03 20:15:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
radioactive.cpp: In function ‘long long int dp(long long int)’:
radioactive.cpp:117:7: error: ‘i’ was not declared in this scope
117 | for(i=0;i<=c;++i){
| ^
radioactive.cpp:123:7: error: ‘i’ was not declared in this scope
123 | for(i=0;i<=c;++i){
| ^
radioactive.cpp:131:6: error: ‘i’ was not declared in this scope
131 | for(i=0;i<=c;++i){
| ^
radioactive.cpp:132:7: error: ‘j’ was not declared in this scope
132 | for(j=0;j<=c-i;++j){
| ^
radioactive.cpp: In function ‘int main()’:
radioactive.cpp:143:6: error: ‘i’ was not declared in this scope
143 | for(i=1;i<=c;++i){
| ^