04 2023 档案
摘要:B - Minimal Area You are given a strictly convex polygon. Find the minimal possible area of non-degenerate triangle whose vertices are the vertices of
阅读全文
摘要:Problem A. Restoring Numbers Pavel had two positive integers a and b. He found their sum s and greatest common divisor g, and forgot a and b after tha
阅读全文
摘要:对一个十进制数的各位数字做一次平方和,称作一次迭代。如果一个十进制数能通过若干次迭代得到 1,就称该数为幸福数。1 是一个幸福数。此外,例如 19 经过 1 次迭代得到 82,2 次迭代后得到 68,3 次迭代后得到 100,最后得到 1。则 19 就是幸福数。显然,在一个幸福数迭代到 1 的过程中
阅读全文