A. Escape from Stones time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output A. Escape from Sto ...
分类:
其他好文 时间:
2018-07-30 00:36:49
阅读次数:
151
D. Two Strings Swaps time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output You are given two s ...
分类:
其他好文 时间:
2018-07-29 00:55:03
阅读次数:
171
java编程题 实现一个字符串数字转人民币的小功能 入参:一个字符串,范围是0.00~999999.99,最多两位小数 出参:对应的人民币大写或者验证不合法 例子1: input:12345.67 output:壹万贰仟叁佰肆拾伍元陆角柒分 例子2: input:1000000 output:输入值 ...
分类:
其他好文 时间:
2018-07-28 13:41:45
阅读次数:
116
"传送门" Description Input Output Sample Input 样例1: 3 7 1 1 3 1 3 3 2 样例2: 3 7 1 1 3 2 3 3 2 样例3: 3 7 1 1 3 9 3 3 2 Sample Output 样例1: 3 4 4 4 5 5 6 6 6 ...
分类:
其他好文 时间:
2018-07-26 13:08:35
阅读次数:
109
组件之间会有下列3种关系: 1. 父子关系 2. 兄弟关系 3. 没有直接关系 通常采用下列方式处理(某些方式是框架特有)组件间的通讯,如下: 1父子组件之间的交互(@Input/@Output/模板变量/@ViewChild) 2非父子组件(Service/localStorage) 3还可以利用 ...
分类:
其他好文 时间:
2018-07-25 18:17:11
阅读次数:
817
E. XOR and Favorite Number time limit per test 4 seconds memory limit per test 256 megabytes input standard input output standard output E. XOR and Fa ...
分类:
编程语言 时间:
2018-07-24 17:52:18
阅读次数:
171
Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward. Example 1: Input: 121 Output: tru ...
分类:
其他好文 时间:
2018-07-21 14:41:52
阅读次数:
130
F. Group Projects time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output F. Group Projects time ...
分类:
其他好文 时间:
2018-07-21 12:01:49
阅读次数:
194
C. Destroying Array time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output You are given an arra ...
分类:
其他好文 时间:
2018-07-18 14:22:47
阅读次数:
284
D. Mishka and Interesting sum time limit per test 3.5 seconds memory limit per test 256 megabytes input standard input output standard output D. Mishk ...
分类:
其他好文 时间:
2018-07-18 01:11:04
阅读次数:
198