传送门:http://www.lydsy.com/JudgeOnline/problem.php?id=1072
模拟就好了,当时分析复杂度的时候想想O(n!*T)刚好可以卡时过,于是写了,于是A了……
PS:STL就是吊!
Code:
#include
#include
#include
#include
using namespace std;
char s[10];
int len;
int d;
int T;
long long toint(char *s){
long long res=0;
for(int i=0;i