Problem | luckynumbers2 |
---|---|
User | PlayVoltz |
Submission Time | 2023-07-20 16:33:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
luckynumbers2.cpp: In function ‘bool isLucky(int, int)’:
luckynumbers2.cpp:11:53: error: expected ‘;’ before ‘}’ token
11 | return isLucky(num, cnum+4) || isLucky(num, cnum+7)
| ^
| ;
12 | }
| ~