码迷,mamicode.com
首页 >  
搜索关键字:poj 3252 round numbe    ( 35985个结果
Codeforces Round #695 (Div. 2)
A 9,98,989,9890...... #include <bits/stdc++.h> #define rep(i,j,k) for (int i = j; i <= k; i++) #define dow(i,j,k) for (int i = j; i >= k; i--) #define ...
分类:其他好文   时间:2021-01-22 12:10:17    阅读次数:0
2021 1 21
用jQuery和ajax 和json实现之前的所有功能: 登录: <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html> <html> <head> ...
分类:其他好文   时间:2021-01-22 12:09:34    阅读次数:0
9.3拦截请求
/**<!--more--> * 通过重载,配置如果通过拦截器保护请求 * @param http * @throws Exception */ @Override protected void configure(HttpSecurity http) throws Exception {// su ...
分类:其他好文   时间:2021-01-21 11:00:01    阅读次数:0
JAVA 1.对象和封装
1. 2. 3.Java类里面属性可以付初使值 4.属性的名字一小写开头 5 6.构造方法 1.语法: 7.staitc的应用 1.statia可以用来修饰:方法,属性,代码块 , static只能修饰成员变量和成员方法。 static变量是专属于类的,不能在方法定义里面使用。 2. 注意:代码块作 ...
分类:编程语言   时间:2021-01-21 10:46:33    阅读次数:0
百度音乐标签页面
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www. ...
分类:其他好文   时间:2021-01-20 12:15:17    阅读次数:0
Educational Codeforces Round 101 (Rated for Div. 2) B. Red and Blue
题目: Monocarp had a sequence a consisting of n+m integers a1,a2,…,an+m. He painted the elements into two colors, red and blue; n elements were painted ...
分类:其他好文   时间:2021-01-20 12:13:42    阅读次数:0
Codeforces Round #689 (Div. 2, based on Zed Code Competition)D. Divide and Summarize(分治+dfs)
D. Divide and Summarize 题意 给你n个数,q次询问,问你能否具有满足和为s的序列。 思路 再求其有多少种和时需要使用$mid = max + min >> 1$来寻找有多少种和。 然后dfs,但是需要判断一下左面或者右面全部相等情况,否则会爆栈 #include<bits/s ...
分类:其他好文   时间:2021-01-19 12:24:43    阅读次数:0
POJ3278 Catch That Cow
题目链接:https://vjudge.net/problem/POJ-3278 Description Farmer John has been informed of the location of a fugitive cow and wants to catch her immediatel ...
分类:其他好文   时间:2021-01-19 12:20:23    阅读次数:0
tabBar导航菜单代码
"tabBar": { "color": "#999", "selectedColor": "#ff2d4a", "backgroundColor": "#fafafa", "list": [ { "pagePath": "pages/index/index", "text": "首页", ...
分类:其他好文   时间:2021-01-19 12:19:23    阅读次数:0
Codeforces Round #693 (Div. 3) A~E 题解
写在前边 链接:Codeforces Round #693 (Div. 3) 没有打,闲的没事补一下题。 A. Cards for Friends 链接:A题链接 题目大意: 给定一张$w*h$的卡片,每次可以切成$\cfrac{2} * h$或者$\cfrac{2} * w$的两张卡片,给定一个整 ...
分类:其他好文   时间:2021-01-19 12:15:09    阅读次数:0
35985条   上一页 1 ... 20 21 22 23 24 ... 3599 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!