Problem | feedtheduck |
---|---|
User | ATHY |
Submission Time | 2024-07-30 07:53:50 |
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:22:1: error: expected ‘}’ at end of input
22 | }
| ^
feedtheduck.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^