"Codeforces Round 329 (Div. 2)" D. Happy Tree Party time limit per test 3 seconds memory limit per test 256 megabytes input standard input output stan ...
分类:
移动开发 时间:
2019-10-20 00:40:17
阅读次数:
112
Given an integer (signed 32 bits), write a function to check whether it is a power of 4. Example 1: Example 2: Input: 5 Output: false class Solution { ...
分类:
其他好文 时间:
2019-10-19 09:37:02
阅读次数:
76
190. Reverse Bits Easy Easy Easy Reverse bits of a given 32 bits unsigned integer. Example 1: Input: 00000010100101000001111010011100 Output: 00111001 ...
分类:
其他好文 时间:
2019-10-19 09:26:11
阅读次数:
66
The following code is my submission for Codeforces 1244C "The Football Season" . python import io import sys import math def inverse(a, m): u = 0 v = ...
分类:
编程语言 时间:
2019-10-14 01:27:52
阅读次数:
99
Problem F. String Input file: standard input Output file: standard output Time limit: 1 seconds Memory limit: 128 megabytes 大家都知道马大佬很皮 马大佬很喜欢 ICPC,马大佬 ...
分类:
其他好文 时间:
2019-10-13 21:06:34
阅读次数:
143
Problem E. Distance Input file: standard input Output file: standard output Time limit: 1 seconds Memory limit: 128 megabytes 大家都知道马大佬很皮 马大佬很喜欢住在僻静的街道 ...
分类:
其他好文 时间:
2019-10-13 20:50:29
阅读次数:
110
E. Jzzhu and Apples time limit per test: 1 seconds memory limit per test: 256 megabytes input: standard input output: standard output Jzzhu has picked ...
分类:
移动开发 时间:
2019-10-11 20:16:15
阅读次数:
120
C. Jzzhu and Chocolate time limit per test: 1 seconds memory limit per test: 256 megabytes input: standard input output: standard output Jzzhu has a b ...
分类:
其他好文 时间:
2019-10-11 19:56:55
阅读次数:
108
Xx_Introduction Character input and output is by more line character conpose of the text flow Define name common use capital letter,easy read. The Sta ...
分类:
其他好文 时间:
2019-10-07 23:18:06
阅读次数:
111
D. Distinct Characters Queries time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output You are g ...
分类:
其他好文 时间:
2019-10-07 21:11:46
阅读次数:
200