Kyopro Library
 
読み取り中…
検索中…
一致する文字列を見つけられません
intersect.hpp ファイル

[ソースコード]

関数

bool HaveIntersection (const ll l1, const ll r1, const ll l2, const ll r2)
 区間 [l1, r1) と [l2, r2) が交差しているか否かを返す
 

関数詳解

◆ HaveIntersection()

bool HaveIntersection ( const ll l1,
const ll r1,
const ll l2,
const ll r2 )

区間 [l1, r1) と [l2, r2) が交差しているか否かを返す

intersect.hpp4 行目に定義があります。