Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Challenges

Post History

60%
+1 −0
Challenges In The Jailhouse Now

Sclipting, (UTF-16) 80 bytes 갰減먩놔 먩놦①復먩놗겮꺕똀 먩놬①復①增疊먩놣겮꺕똀會먩놣겮꺕떠 먩놩⑴復먩놝 Explanation Input n pushed on stack 갰減 Subtract 3 먩놔 "╔" 먩놦 "╦" ①復 String of above repeat...

posted 3y ago by Moshi‭

Answer
#1: Initial revision by user avatar Moshi‭ · 2021-08-24T22:21:02Z (about 3 years ago)
# [Sclipting], [(UTF-16) 80 bytes][Byte count]

```
갰減먩놔 먩놦①復먩놗겮꺕똀 먩놬①復①增疊먩놣겮꺕똀會먩놣겮꺕떠 먩놩⑴復먩놝
```

Explanation

```
Input n pushed on stack
갰減        Subtract 3
먩놔        "╔"
먩놦        "╦"
①復         String of above repeated n-3 times
먩놗겮꺕똀   "╗\n╠"

먩놬        "╬"
①復         String of above repeated n-3 times
①增疊       List of above repeated (n-3)+1 times
먩놣겮꺕똀   "╣\n╠"
會          Join the list with separater above

먩놣겮꺕떠   "╣\n╚"
먩놩        "╩"
⑴復        String of above repeated n-3 times (but finally remove n-3 from stack)
먩놝        "╝"
```

[Sclipting]: https://esolangs.org/wiki/Sclipting
[Byte count]: https://ethproductions.github.io/bytes/?e=utf-16&t=%EA%B0%B0%E6%B8%9B%EB%A8%A9%EB%86%94%20%EB%A8%A9%EB%86%A6%E2%91%A0%E5%BE%A9%EB%A8%A9%EB%86%97%EA%B2%AE%EA%BA%95%EB%98%80%20%EB%A8%A9%EB%86%AC%E2%91%A0%E5%BE%A9%E2%91%A0%E5%A2%9E%E7%96%8A%EB%A8%A9%EB%86%A3%EA%B2%AE%EA%BA%95%EB%98%80%E6%9C%83%EB%A8%A9%EB%86%A3%EA%B2%AE%EA%BA%95%EB%96%A0%20%EB%A8%A9%EB%86%A9%E2%91%B4%E5%BE%A9%EB%A8%A9%EB%86%9D