摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 6 unsigned int N; 7 unsigned int C; 8 vector x; 9 int stall;10 11 int main()12 {13 ... 阅读全文
posted @ 2014-10-18 14:54 多解方程式 阅读(169) 评论(0) 推荐(0)