| Problem | gift |
|---|---|
| User | SilverClaw |
| Submission Time | 2024-11-19 01:54:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gift.cpp: In function ‘int main()’:
gift.cpp:12:9: error: expected ‘;’ before ‘continue’
12 | d = c
| ^
| ;
13 | continue;
| ~~~~~~~~