0_0_39534359_8519.cpp: In function 'void Dfs3(long long int)':
0_0_39534359_8519.cpp:55:179: error: expected ')' before '{' token
55 | if ((st[1].count((dis[u][1] * p[h1[i].second][1] % mod1 + h1[i].first) % mod1) == 0) || ((st[2].count((dis[u][2] * p[h2[i].second][2] % mod2 + h2[i].first) % mod2) == 0))
| ~ ^
| )
56 | {
| ~
0_0_39534359_8519.cpp:60:5: error: expected primary-expression before '}' token
60 | }
| ^
|