Difference between revisions of "Wiki Stuff"

(Problem)
(Propose for deletion)
(Tag: New redirect)
 
Line 1: Line 1:
 +
#REDIRECT [[AoPS Wiki:Sandbox]]
 +
 +
{{delete|use sandbox}}
 +
 
==Problem==
 
==Problem==
 
<asy>
 
<asy>

Latest revision as of 12:58, 11 August 2025

Redirect to:

This page has been proposed for deletion. Reason: use sandbox


Note to sysops: Before deleting, please review: • What links hereDiscussion pageEdit history


Problem

[asy] unitsize(6mm); draw(unitcircle); filldraw((0,1)--(1,2)--(3,0)--(1,-2)--(0,-1)--(-1,-2)--(-3,0)--(-1,2)--cycle,lightgray,black); filldraw(unitcircle,white,black); [/asy] [asy]draw((0,0)--(0,2)--(2,2)--(2,0)--cycle); draw((1,0){up}..{left}(0,1)); dot((1,0)); dot((0,1)); draw((0,1){right}..{up}(1,2)); dot((1,2)); draw((1,2){down}..{right}(2,1)); dot((2,1)); draw((2,1){left}..{down}(1,0)); [/asy]