摘要:
P1938 [USACO09NOV]Job Hunt S 题目描述 Bessie is running out of money and is searching for jobs. Farmer John knows this and wants the cows to travel around 阅读全文
摘要:
#include<bits/stdc++.h> using namespace std; const int n=1010; int h[n]; int N; int f[n][n][2]; int main(){ scanf("%d",&N); for(int i=1;i<=N;i++){ sca 阅读全文