7c6a26ce创建于 2018年12月12日历史提交
<?php
    echo "R";
    while (true) {
        echo "E";
    }
?>