Problem cousin
User justin271828
Submission Time 2024-12-18 16:22:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cousin.cpp: In function ‘int count_cousins(int, int)’:
cousin.cpp:44:12: error: expected ‘)’ at end of input
44 | if (depth
| ~~~~~~^
| )
cousin.cpp:44:7: error: expected statement at end of input
44 | if (depth
| ^~~~~
cousin.cpp:44:7: error: expected ‘}’ at end of input
cousin.cpp:42:15: note: to match this ‘{’
42 | while (true) {
| ^
cousin.cpp:44:7: error: expected ‘}’ at end of input
44 | if (depth
| ^~~~~
cousin.cpp:38:33: note: to match this ‘{’
38 | int count_cousins(int X, int K) {
| ^