pre { white-space: pre !important; word-wrap: normal !important; overflow-x: auto !important; display: block !important; font-family: "Consolas", "Monaco", "Courier New", …
netcore vue socket.io
一、后端创建项目
# 添加解决方案
> dotnet new sln -n Apricot.Socket.IO# 添加 asp net core 项目
> dotnet new web -n Apricot.Socket.IO# 将 web 项目添加至解决方案
> dotnet sl…
to be done
contest link
难度标识 EZ-一眼丁真 HD-需要思考 IN-需要提示 AT-完全不是自己做出
E
difficulty: EZ
模式串只有 \(7\) 个字符,最多左移 \(7\) 次就好了。
https://qoj.ac/submission/1586800
J
difficul…