Problem | reachability2 |
---|---|
User | fydjc |
Submission Time | 2025-08-31 09:28:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
reachability2.cpp: In function ‘void dfs(int)’:
reachability2.cpp:41:38: error: expected ‘;’ before ‘}’ token
41 | tmp[k]|=(dp[t][j] && dp[x][k-j])
| ^
| ;
42 | }
| ~
reachability2.cpp:54:38: error: expected ‘;’ before ‘}’ token
54 | tmp[k]|=(dp[t][j] && dp[x][k-j])
| ^
| ;
55 | }
| ~