萌娘百科,万物皆可萌的百科全书!转载请标注来源页面的网页链接,并声明引自萌娘百科。内容不可商用。
跳转到导航
跳转到搜索
local p = {}
function p.rand_luogu_prob(frame)
math.randomseed(tostring(os.time()):reverse():sub(1, 6))
number = math.random(1000,10400)
return frame:preprocess("[https://luogu.com.cn/problem/P" .. tostring(number) .. " 点我洛谷随机跳题]")
end
return p