0_0_39146463_2371.cpp: In function 'int main()': 0_0_39146463_2371.cpp:35:42: error: expected ';' before '}' token 35 | graph[a][b] = graph[b][a] = 1 | ^ | ; 36 | } | ~