Problem | feedtheduck |
---|---|
User | ATHY |
Submission Time | 2024-07-30 07:54:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
feedtheduck.cpp: In function ‘int main()’:
feedtheduck.cpp:14:7: error: ‘x’ was not declared in this scope
14 | if (x > k) {
| ^
feedtheduck.cpp:18:19: error: ‘x’ was not declared in this scope
18 | count = count + x;
| ^