POJ 3617 Best Cow Line
摘要://题目链接:http://poj.org/problem?id=3617#include using namespace std; int n; char s[2010]; int main() { while (cin >> n) { int count = 0; for (int i = 0; i > s[i]; } ...
阅读全文
posted @ 2018-08-08 16:38
浙公网安备 33010602011771号