diff --git a/UVALive/7483.cpp b/UVALive/7483.cpp new file mode 100644 index 0000000..949a33c --- /dev/null +++ b/UVALive/7483.cpp @@ -0,0 +1,50 @@ +/** +LINK= +http://acm.hust.edu.cn/vjudge/contest/view.action?cid=115784#problem/F +*/ +#include +#include +#include +#include +#include +#include + +using namespace std; + +#define MAXN 105 + +int main() +{ + int n; + while(scanf("%d",&n)==1) + { + vector pool[MAXN*2+8]; + for(int i=0;i