Hide

Problem A
Warmup

/problems/warmup2/file/statement/en/img-0001.png
Welcome to BYU HSPC 2026! This contest is set in the near future during an AI takeover. The AI Overlords are gaining control of the world’s computers, and it’s up to you and the rebels to fight back.

Before we get into things, let’s get you started with a warmup.

Input

There is no input for this problem.

Output

Output the given ASCII art exactly as it appears (No trailing whitespaces or newlines before or after).

(Hint: you’ll need to be careful with backslashes in most languages, you’ll need to put two backslashes together to get a single backslash).

Sample Input 1 Sample Output 1
---------------------
||||\   \   /   |   |
|   |    \ /    |   |
||||/     |     |   |
|   |     |     |   |
||||/     |      \_/
---------------------

Please log in to submit a solution to this problem

Log in