这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《关于此题作弊者》回复:
没必要吧
在讨论《讨论区恶意帖禁言严管规定(7 月)》回复:
还好早就开了学术
在讨论《cpp过了,换Go却爆零》回复:
@[AlgorithmerSnow](/user/419487) 感谢,发现是读入太慢了。一开始爆零是因为输出格式问题。
  有路过的好心人能帮忙看下哪里出问题了吗,本地跑的没问题。 ```Golang package main import "fmt" func main() { var n, m int fmt.Scan(&n, &m) nums := make([]int, n) for i := 0; i =…
在讨论《求助最后一个点》回复:
@[Ultramarine_](/user/317198) 麻烦您自个儿先跑一遍我的代码再hack,OK?
在讨论《求助最后一个点》回复:
换cpp过了。。。 什么情况 ```cpp #include using namespace std; class Solution { public: string removeKdigits(string num, int k) { string ans=""; int len=num.size(); for(in…
  不太明白为什么过不了最后一个点。 ```pythob3 num=input() k=int(input()) ans=[] l=len(num) for i in range(l): while k and len(ans) and ans[-1]>num[i]: ans.pop() k-=1…
在讨论《「十年巨献」预告:Luogu DREAM Edition Beta》回复:
wow