codeforces 35E
摘要:本来这题的难度没什么好说的,但xlk大神的代码实在是太神这里可以看到http://codeforces.com/problemset/status/35/problem/E可能blog以后也会继续收藏一些神代码 1 #include 2 #include 3 #include 4 #include 5 #include 6 #define X first 7 #define Y second 8 using namespace std; 9 map>a;10 mapc;11 multisets;12 int n,h,x,y,z;13 int main()14 {15 freopen(&q
阅读全文
如何安装Eclipse 4.3 Kepler 或 Eclipse 4.2 Juno 和 先决条件 Oracle Java 7 在 Ubuntu 13.04 Raring / Ubuntu 12.04 Precise LTS / Linux Mint 上
摘要:搬运自http://antojose.com/content/how-to-install-eclipse-4-3-kepler-eclipse-4-2-juno-pre-requisite-oracle-java-7-on-ubuntu-13-04-raring-ubuntu-12-04-precise-lts-linux-mint-15-olivia-the-recommended-method先装Oracle Java 7sudo add-apt-repository ppa:webupd8team/javasudo apt-get updatesudo apt-get install
阅读全文
一些精巧问题的收集
摘要:1.一个全是32位整数的大数组,除了其中一个数字出现2次外,其余的数字都出现了3次。如何找出那个只出现了两次的数字?yzd.iteye.com/blog/1267034
阅读全文