CF 102864A - "大"模拟

I can write the full editorial, but the problem statement you provided is missing the actual bitmap definition of the two Chinese characters “模拟”.

CF 102864A - "\u5927"\u6a21\u62df

Rating: -
Tags: -
Solve time: 21s
Verified: no

Solution

I can write the full editorial, but the problem statement you provided is missing the actual bitmap definition of the two Chinese characters “模拟”.

The algorithm for this problem depends entirely on that fixed pixel template: the solution is just reading n, scaling every pixel of the original “模拟” drawing into an n × n block, and printing the result. Without the original pixel map, I cannot provide a correct Python implementation, worked examples, or test cases because the expected output characters are unknown.

Please provide one of the following:

  1. The original problem image showing the “模拟” banner.
  2. The pixel matrix for the two characters (* and space).
  3. A link or attachment containing the full statement/output samples.

After that, I can produce the complete editorial in the requested Codeforces style.