1、创建一个名称为StaticDemo的类,并声明一个静态变量和一个普通变量。对变量分别赋予10和5的初始值。在main()方法中输出变量值。 编写代码如下: 1 package org.hanqi.practise; 2 3 public class StaticDemo { 4 5 privat
分类:
编程语言 时间:
2016-03-10 20:24:05
阅读次数:
342
package com.example.day7_practise;import java.io.IOException;import java.net.HttpURLConnection;import java.net.MalformedURLException;import java.net.U...
分类:
移动开发 时间:
2016-01-20 00:54:01
阅读次数:
195
让我觉得我应该再写一篇文章站在全栈工程师的理由是,一本书《浮现式设计》和一个单词 Re-Practise。似乎这是一个新的思考,尽管在那之前我已经写了一篇《全栈工程师的思考》,只是事隔半年之后,我又有了一些新的感触。这半年来,除了增长了一些软技能,如沟通、表达 、英语,以及一点点的技术提升之外,并没...
分类:
其他好文 时间:
2016-01-11 20:30:06
阅读次数:
252
题目信息1068. Find More Coins (30)时间限制150 ms
内存限制65536 kB
代码长度限制16000 BEva loves to collect coins from all over the universe, including some other planets like Mars. One day she visited a universal shopp...
分类:
其他好文 时间:
2015-12-28 12:28:53
阅读次数:
232
题目信息1069. The Black Hole of Numbers (20)时间限制100 ms
内存限制65536 kB
代码长度限制16000 BFor any 4-digit integer except the ones with all the digits being the same, if we sort the digits in non-increasing order...
分类:
其他好文 时间:
2015-12-28 12:28:35
阅读次数:
141
题目信息1067. Sort with Swap(0,*) (25)时间限制150 ms
内存限制65536 kB
代码长度限制16000 BGiven any permutation of the numbers {0, 1, 2,…, N-1}, it is easy to sort them in increasing order. But what if Swap(0, *) is th...
分类:
其他好文 时间:
2015-12-27 06:22:38
阅读次数:
165
题目信息
Root of AVL Tree (25)
时间限制 100 ms
内存限制 65536 kB
代码长度限制 16000 B
作者
CHEN, Yue
An AVL tree is a self-balancing binary search tree. In an AVL tree, the heights of the two child...
分类:
其他好文 时间:
2015-12-27 06:22:24
阅读次数:
302
题目信息1050. String Subtraction (20)时间限制10 ms
内存限制65536 kB
代码长度限制16000 BGiven two strings S1 and S2, S = S1 - S2 is defined to be the remaining string after taking all the characters in S2 from S1. Your...
分类:
其他好文 时间:
2015-12-07 00:40:03
阅读次数:
114
题目信息1041. Be Unique (20)时间限制100 ms
内存限制65536 kB
代码长度限制16000 BBeing unique is so important to people on Mars that even their lottery is designed in a unique way. The rule of winning is simple: one bet...
分类:
其他好文 时间:
2015-12-06 01:50:22
阅读次数:
188
题目信息1043. Is It a Binary Search Tree (25)时间限制400 ms
内存限制65536 kB
代码长度限制16000 BA Binary Search Tree (BST) is recursively defined as a binary tree which has the following properties:The left subtree of...
分类:
其他好文 时间:
2015-12-06 01:48:39
阅读次数:
167