摘要: 题目描述 给出n,p,w,d,求(x,y,z)使得 x w+y d=p x+y+z=n 其中d include include include include define fo(a,b,c) for (a=b; a=c; a ) using namespace std; long long n,p 阅读全文
posted @ 2019-10-25 16:25 gmh77 阅读(142) 评论(0) 推荐(0)