Blue Bridge Cup algorithm training ALGO-1003 - Gift

Problem description Resource constraints Time limit: 1.0s memory limit: 256.0MB Problem description JiaoShou is about to go home after her trip in mainland China. In order to commemorate this trip, he decided to bring back some gifts to his good friends. After walking out of the monster forest, JiaoShou saw N stones in a row. These stones are ...

Added by habbardone on Sat, 08 Jan 2022 12:30:47 +0200

Exercise 2 - Data Lookup

subject There is a group of numbers 12, 56, 45, 78, 90, 80, 23, 16, 8 and 63 stored in an array. Any number is received from the keyboard, and the number is searched in the array to give the information whether it is found. If found, it is required to output the position of the number in the array; If not found, output the prompt message th ...

Added by keldorn on Sat, 25 Dec 2021 09:42:49 +0200