08 2018 档案

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 Misko 阅读(113) 评论(0) 推荐(0)