https://vjudge.net/problem/Gym-101482J
题目大意:给出两个判题系统的判题结果,问最多能还原多少情况。
思路:搞两个 m a p map map分别存一下,然后遍历第一个 m a p map map暴力统计就完事了。
#include<bits/stdc.h>…
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode1239
题目描述:
Time Limit: 2 Seconds Memory Limit: 65536 KB
People stopped moving discs from peg to peg after they know the number of steps needed to comple…