摘要:
#include<iostream> #include<cmath> #include<cstdio> #include<algorithm> #include<queue> using namespace std; char map[101][101]; int step=9999999; int 阅读全文
摘要:
Intervals Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 8271 Accepted: 3268 Description There is given the series of n closed intervals [ 阅读全文