摘要:
Three Friends Three friends are going to meet each other. Initially, the first friend stays at the position x=a, the second friend stays at the positi 阅读全文
摘要:
链接:https://ac.nowcoder.com/acm/challenge/terminal money White Cloud has built n stores numbered from 1 to n.White Rabbit wants to visit these stores i 阅读全文
摘要:
P1739 表达式括号匹配 网站链接;https://www.luogu.com.cn/problem/P1739 假设一个表达式有英文字母(小写)、运算符(+,—,*,/)和左右小(圆)括号构成,以“@”作为表达式的结束符。请编写一个程序检查表达式中的左右圆括号是否匹配,若匹配,则返回“YES”; 阅读全文
摘要:
题目描述 设有n个正整数(n≤20),将它们联接成一排,组成一个最大的多位整数。 例如:n=3时,3个整数13,312,343联接成的最大整数为:34331213 又如:n=4时,4个整数7,13,4,246联接成的最大整数为:7424613 输入格式 第一行,一个正整数n。 第二行,n个正整数。 阅读全文