当前位置:首页
> Luz 第2689页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Nearest distance
In a game, players are in a maze of 12 rows and 12 columns as follows:0,1,0,0,0,1,1,1,0,1,0,10,0,0,1,0,0,0,0,1,0,0,10,1,…
PROGRAMMING:parenthesis matching
Given a string of characters, no more than 100 characters, which may include brackets, numbers, letters, punctuation mar…
PROGRAMMING:Hero card
Xiao Li is very infatuated with collecting hero cards in all kinds of instant noodles. For this reason, he only ate inst…
PROGRAMMING:The best team
With the new hero card, Xiao Li happily prepares to PK with his classmates.The rules of their game are very simple. Both…
PROGRAMMING:snooker
Zhenhai middle school has set up many school-based elective courses, such as sports, music, art, radio direction finding…
PROGRAMMING:The strongest prime
Xiao Li easily defeated his classmates with your help, so the malicious classmates gave a question to embarrass Xiao Li.…
PROGRAMMING:Cubic sum
###Input format:There's only one line. It's a three digit numb…
PROGRAMMING:Intelligence Grand Prix
###Input format:There is only one line with an integer n, whic…
PROGRAMMING:Output the first n terms of Fibonacci sequence
It is known that the law of Fibonacci sequence is 1, 1, 2, 3, 5, 8,..., that is, the first two terms of the sequence are…
PROGRAMMING:Octal to decimal
Please write a program, input octal number, output the corresponding decimal number.####Input format˃Octal nonnegative i…