Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 337 Bytes

File metadata and controls

19 lines (12 loc) · 337 Bytes

String of String

Author: @vaaaaanquish

すごいながい謎の文字列のクイズ。

"%%%s%%%%%%%%%%%%ss"%"d"%1%"%"%()%"2"

実行

uv run python -c "import sys; code=sys.stdin.read(); print(eval(code))" < main.py

解説

explanation.mdで解説しています