lucifer1004 / cp-wiki

lucifer1004 的 CP 笔记
https://cp-wiki.vercel.app
130 stars 15 forks source link

AtCoder Beginner Contest 187 Editorial #25

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

AtCoder Beginner Contest 187 Editorial | CP Wiki

Use two HashSets to store strings with ! and without ! separately. If their intersection is non-empty, we can output any string in it, otherwise we output satisfiable.

https://cp-wiki.vercel.app/en/tutorial/atcoder/ABC187/

Adityakrmishra1 commented 3 years ago

thanks bro