阅读背景:

zoj3422Go Deeper(2-sat + 二分)_ophunter的专栏

来源:互联网 

题目请戳这里

题目大意:

go(int dep, int n, int m)  
	   begin  
	      output the value of dep. 
	      if dep < m and x[a[dep]] + x[b[dep]] != c[dep] then go(dep + 1, n, m)
	   end go(int dep, int n, int m)  
	 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: