一直听说 add_edge(read(),read()) 是 UB,以及好多与 read() 相关的都是 UB,但是我一直不明白为什么。
add_edge(read(),read())
read()
请问有人能总结一下,并且说下原因吗?