Problem feedtheduck
User My12thCodebreakerAccount
Submission Time 2026-07-14 18:30:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

feedtheduck.cpp: In function ‘int main()’:
feedtheduck.cpp:68:7: error: ‘sum’ was not declared in this scope
68 | if (sum < k){
| ^~~
feedtheduck.cpp:73:9: error: ‘sum’ was not declared in this scope
73 | cout <<sum << end;
| ^~~