摘要:
我是如此水,学校如此水。。。有的时候错过就是错过了,再也不会回来。不要认输,因为你的对手可能很垃圾。视野要开阔附D水代码#include <iostream>#include <algorithm>using namespace std;struct rect{ long long area; int u, d, l, r; long long get(int y0, int y1, int x0, int x1) { u = max(y0, y1); d = min(y0, y1); l = min(x0, x1); r = max(x0, x1); area = ( 阅读全文
posted @ 2013-06-07 21:20
sut_ningwei
阅读(165)
评论(0)
推荐(0)

浙公网安备 33010602011771号