#http://blog.csdn.net/github_36326955/article/details/54891204#comments # # ...
分类:
编程语言 时间:
2018-02-15 17:16:08
阅读次数:
405
"题目链接" 颓了一天 写个模板吧。。 Chinese_Remainder_Theorem: "MashiroSky" 、 "远航休息栈" cpp include include define gc() getchar() typedef long long LL; const int N=13; ...
分类:
其他好文 时间:
2018-02-15 00:40:44
阅读次数:
190
win32不安装oracle客户端使用plsql 1. 准备工作 1.1下载plsqldev破解版软件 我这里使用plsqldev715版本 1.2下载instantclient-basic-win32-11.2.0.1.0 oracle官网下载 2. plsqldev安装 2.1解压plsql.z ...
分类:
数据库 时间:
2018-02-12 13:53:58
阅读次数:
148
今天踩了一个坑 Math.Round()函数取四舍五入发现不对,3/2 = 2, 5/2 = 2 网上搜了一下:http://www.cnblogs.com/fanyong/archive/2013/05/30/chinese_round.html C 中的Math.Round()并不是使用的"四舍 ...
E. Congruence Equation 果然 chinese round , 很有中国特色,打得血崩 -_- 题意:给出 a、b、p、x 。 p 是质数。 find out how many positive integers n (1?≤?n?≤?x) satisfy tags: 1】首先这 ...
分类:
其他好文 时间:
2018-02-04 21:00:49
阅读次数:
221
Given an integer with no more than 9 digits, you are supposed to read it in the traditional Chinese way. Output "Fu" first if it is negative. For exam ...
分类:
其他好文 时间:
2018-02-03 16:02:50
阅读次数:
107
1.Atom简介 2.安装 官网下载地址:https://atom.io/ 安装目录默认安装在 扩展包的位置 3.推荐扩展包 我的扩展包都是下载好的,直接放在packages文件夹下的 (1)simplified-chinese-menu 汉化包 (2)platformio-ide-terminal ...
分类:
其他好文 时间:
2018-02-02 23:17:47
阅读次数:
348
G M T Detect language Afrikaans Albanian Arabic Armenian Azerbaijani Basque Belarusian Bengali Bosnian Bulgarian Catalan Cebuano Chichewa Chinese (Sim ...
分类:
编程语言 时间:
2018-02-02 00:55:15
阅读次数:
238
题意:求关于$n$的方程$n\cdot a^n\equiv b\left(mod\ p\right)$在$[1,x]$中整数解的数量 果然是Chinese round,interesting round(幸好没打 首先注意到那个指数很令人痛苦,所以用费马小定理把指数弄掉 令$n=\left(p-1\ ...
分类:
其他好文 时间:
2018-02-01 20:37:01
阅读次数:
187
一、HTML基本结构 1.文档声明<!doctype html>声明这是一个HTML文档2.html标签<html>标签的作用相当于开发者在告诉浏览器,整个网页是从这儿开始的,然后到</html>结束。3.head标签<head>在<head></head>标签对内部只能定义一些特殊内容<meta ...
分类:
其他好文 时间:
2018-01-31 18:29:18
阅读次数:
169