上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 45 下一页
摘要: 题目链接:http://codeforces.com/contest/1339 A 思路:覆盖先看最左边,可知有两种,一个是直接上下“|”类似这样覆盖,那么后面的都只能是上下“\ /”类似这样上下覆盖,只有一种,当最左边上下是“\ /”这样覆盖时,后面的只要有一个是“|”这样覆盖的,那么情况也就定了 阅读全文
posted @ 2020-04-20 22:36 branna 阅读(159) 评论(0) 推荐(0)
摘要: 题目链接:http://codeforces.com/contest/1337 A 思路:直接输出bcc就好了,肯定可以组成三角 // //Created by HanJinyu //Created Time :四 4/16 14:56:51 2020 //File Name :635A.cpp / 阅读全文
posted @ 2020-04-20 21:15 branna 阅读(186) 评论(0) 推荐(0)
摘要: set nocompatible set cursorcolumn set number set tabstop=4 "set cursorline filetype off call plug#begin('~/.vim/plugged') Plug 'ycm-core/YouCompleteMe 阅读全文
posted @ 2020-04-16 13:54 branna 阅读(188) 评论(0) 推荐(0)
摘要: A 题目链接:http://codeforces.com/contest/1335 思路:简单的推理: #include<bits/stdc++.h> using namespace std; typedef long long ll; int main() { int t; scanf("%d", 阅读全文
posted @ 2020-04-16 13:53 branna 阅读(121) 评论(0) 推荐(0)
摘要: 题目链接:https://vjudge.net/problem/POJ-3525 思路:求凸包内最大圆的半径 1 #include<stdio.h> 2 #include<string.h> 3 #include<iostream> 4 #include<algorithm> 5 #include< 阅读全文
posted @ 2020-03-11 18:35 branna 阅读(163) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 45 下一页