Problem | gift |
---|---|
User | joshuabonang |
Submission Time | 2025-04-26 19:15:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gift.cpp: In function ‘int giftIn(int, int)’:
gift.cpp:15:14: error: expected ‘;’ before ‘int’
15 | return gifts
| ^
| ;
16 |
17 | int main() {
| ~~~
gift.cpp:17:12: error: a function-definition is not allowed here before ‘{’ token
17 | int main() {
| ^
gift.cpp:24:1: error: expected ‘}’ at end of input
24 | }
| ^
gift.cpp:4:26: note: to match this ‘{’
4 | int giftIn(int n, int k) {
| ^