Your browser does not support the audio element.
摘要: 从kuangbin大神学来的高斯消元的写法,认真的写了一遍 应该没错,待测试。。。 1 #include <bits/stdc++.h> 2 using namespace std; 3 #define MX 35 4 5 int equ,var; // equ 行方程 var 个未知数 6 int 阅读全文
posted @ 2017-06-06 21:38 happy_codes 阅读(217) 评论(0) 推荐(0)
摘要: Online Judge Problem Description Ignatius is building an Online Judge, now he has worked out all the problems except the Judge System. The system has 阅读全文
posted @ 2017-06-06 21:01 happy_codes 阅读(305) 评论(0) 推荐(0)
摘要: Packets Description A factory produces products packed in square packets of the same height h and of the sizes 1*1, 2*2, 3*3, 4*4, 5*5, 6*6. These pro 阅读全文
posted @ 2017-06-06 11:28 happy_codes 阅读(314) 评论(0) 推荐(0)