当前位置:首页
> Luz 第2918页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:S. Forbidden Zero
You’re writing the positive integers in increasing order starting from one. But you’ve neverlearned the digit zero, and…
PROGRAMMING:Cycle schedule
There are n players in the round robin competition, in which n = $$2 ^ m $$, each player is required to compete with oth…
PROGRAMMING:Maximum mean subsequence of at least l length
Given a positive integer sequence a of length n. Find a subsequence with maximum average and length not less than L..###…
PROGRAMMING:Poker game 2
###Input format:###Input format:###Input format:![ y3.png](~…
PROGRAMMING:Divisor
Given n different positive integers A1, A2, A3... An, please calculate the number of divisors of each number, and sort t…
PROGRAMMING:Caesar cipher
In order to prevent the information from being stolen easily, it is necessary to transform the plaintext into ciphertext…