当前位置:首页
> Luz 第2776页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Looking for twin primes
The mathematician Hilbert put forward a "twin prime conjecture" in the report of the International Congress of mathemati…
PROGRAMMING:Expression evaluation
After mastering the operation of addition and subtraction, robot card has recently learned some simple function evaluati…
PROGRAMMING:The Minesweeper game
Friends who have played Minesweeper know that the goal of the game is to find out all the mines in an n * m matrix. In t…
PROGRAMMING:Jmu-c-addition of large numbers
Input 2 large numbers, the maximum number of each number can reach 1000 bits, and find the sum of 2 numbers.###Input for…
PROGRAMMING:High precision addition
For the input of two non negative integers with no more than 100 digits, the sum of the two numbers is given.###Input fo…
PROGRAMMING:Screening by purity
Problem Description:In mining, an ore contains many components. The less the composition of the ore, the higher the puri…
PROGRAMMING:N-ary high precision addition
How to understand the binary system? First of all, there must be the concept of "one", and then it is like this: there…
PROGRAMMING:Did Gobang win( Simple judgment)
Suppose that the board of Gobang is' n * n '(positive integer' n ˂ 20 '), the sunspot is represented by' * ', the white…
PROGRAMMING:Find the last number of the power
For the given base'm 'and exponent' n ', find the last three digits of the' n 'power of'm'.###Input format:Give two inte…
PROGRAMMING:Inverted Yang Hui triangle
Niuniu likes graphics. She always likes to appreciate them upside down. Once, when she saw Yang Hui's triangles, she tho…
