Problem universe
User shenshiqi
Submission Time 2026-01-06 21:51:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

universe.cpp: In function ‘void dfs(long long int, long long int, long long int)’:
universe.cpp:15:17: error: ‘streakCnt’ was not declared in this scope; did you mean ‘streakcnt’?
15 | if (curCat) streakCnt++;
| ^~~~~~~~~
| streakcnt
universe.cpp:16:10: error: ‘streakCnt’ was not declared in this scope; did you mean ‘streakcnt’?
16 | else streakCnt = 0;
| ^~~~~~~~~
| streakcnt
universe.cpp:18:9: error: ‘streakCnt’ was not declared in this scope; did you mean ‘streakcnt’?
18 | if (streakCnt > k) return;
| ^~~~~~~~~
| streakcnt
universe.cpp:24:17: error: ‘streakCnt’ was not declared in this scope; did you mean ‘streakcnt’?
24 | dfs(adj, node, streakCnt);
| ^~~~~~~~~
| streakcnt