上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 32 下一页
摘要: Time limit 1000 ms Memory limit 32768 kB求A^B的最后三位数表示的整数。说明:A^B的含义是“A的B次方”Input 输入数据包含多个测试实例,每个实例占一行,由两个正整数A和B组成(1#include ... 阅读全文
posted @ 2017-10-02 21:54 Assassin_poi君 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 给定一个日期,输出这个日期是该年的第几天。 Input 输入数据有多组,每组占一行,数据格式为YYYY/MM/DD组成,具体参见sample input ,另外,可以向你确保所有的输入数据是合法的。 Output 对于每组输入数据,输出一行,表示该日... 阅读全文
posted @ 2017-10-02 21:52 Assassin_poi君 阅读(122) 评论(0) 推荐(0) 编辑
摘要: Time limit 1000 ms Memory limit 32768 kB The inversion number of a given number sequence a1, a2, ..., an is the number of ... 阅读全文
posted @ 2017-10-01 19:00 Assassin_poi君 阅读(113) 评论(0) 推荐(0) 编辑
摘要: Time limit 5000 ms Memory limit 32768 kBXX星球有很多城市,每个城市之间有一条或多条飞行通道,但是并不是所有的路都是很安全的,每一条路有一个安全系数s,s是在 0 和 1 间的实数(包括0,1),一条从u 到 v... 阅读全文
posted @ 2017-09-30 10:11 Assassin_poi君 阅读(107) 评论(0) 推荐(0) 编辑
摘要: Blake is a CEO of a large company called "Blake Technologies". He loves his company very much and he thinks that his company should be... 阅读全文
posted @ 2017-09-29 11:34 Assassin_poi君 阅读(147) 评论(0) 推荐(0) 编辑
摘要: Kris works in a large company "Blake Technologies". As a best engineer of the company he was assigned a task to develop a printer that... 阅读全文
posted @ 2017-09-29 11:30 Assassin_poi君 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 1.可以这样理解,加锁的就是安全的,不加锁的就是不安全的(感觉比较生动,不知道对不对,望指出)线程安全 就是多线程访问时,采用了加锁机制,当一个线程访问该类的某个数据时,进行保护,其他线程不能进行访问直到该线程读取完,其他线程才可使用。不会出现数据不一致或者数据污染... 阅读全文
posted @ 2017-09-26 11:22 Assassin_poi君 阅读(336) 评论(0) 推荐(1) 编辑
摘要: 今天才知道java中的String 竟然是不可变的,每次我们改变String中的值时实际上是在内存中创建了一个新的字符串,字符串变量将引用新创建的字符串地址。这样的话当我们大量对一个String进行更改时就相当于创建了大量的String。例如: ... 阅读全文
posted @ 2017-09-26 10:41 Assassin_poi君 阅读(153) 评论(0) 推荐(0) 编辑
摘要: Time limit 1000 ms Memory limit 32768 kB The digital root of a positive integer is found by summing the digits of the integer.... 阅读全文
posted @ 2017-09-24 14:22 Assassin_poi君 阅读(170) 评论(0) 推荐(0) 编辑
摘要: Time limit 2000 ms Memory limit 262144 kBKefa decided to make some money doing business on the Internet for exactly n days. He... 阅读全文
posted @ 2017-09-24 13:57 Assassin_poi君 阅读(153) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 32 下一页