摘要:
vscode 中 gopls 扩展安装失败(go/doc/comment: package go/doc/comment is not in GOROOT) go version: 1.18 1.检查goproxy 源 2.vscode 中扩展仅gopls下载不了或者出问题 xx is not in 阅读全文
摘要:
这题有点复杂,参考了柳神的代码 要搞清楚这里面的结构体 #include<bits/stdc++.h> using namespace std; struct Stu{ int id,best;//best是最好排名的学科index int score[4],rank[4]; }stus[2010] 阅读全文