Code #include <cstdio> #include <algorithm> #include <cstring> #define N 110 #define db double using namespace std; int n,m,nd[N],v[N]; db f[N][1<<16]; inline int read(){ int x=0,f=1;char ch=getchar(); while(ch<'0'||ch>'9'){i…
题目链接:https://vjudge.net/problem/LightOJ-1287 1287 - Where to Run PDF (English) Statistics Forum Time Limit: 2 second(s) Memory Limit: 32 MB Last night you robbed a bank but couldn't escape and when you just got outside today, the police started ch…