Analysis of C++ Level 1 T1 Mathematics and Programming Application Problems for the National Unified Examination on September 27, 2025

Store Discounts Problem Description The store is running a promotional event, offering two discount options. The first option is to reduce the price by y yuan when spending at least x yuan; the second option is a direct discount of n percent, meaning the price becomes n/10 of the original. Here, x, y, and n … Read more

Analysis of GESP C++ Level 1 Exam Questions – Store Discounts (luogu-B4409)

GESP C++ Level 1 exam questions from September 2025, basic statements (conditional branches, ternary statements) practice, difficulty ★☆☆☆☆. GESP Level 1 Practice Question List GESP Level 1 Exam Question List GESP Level 2 Practice Question List GESP Level 2 Exam Question List GESP Level 3 Practice Question List GESP Level 3 Exam Question List GESP … Read more