logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

VScode的python环境配置(包括连接远程服务器)

Vscode安装直接进入vscode官网https://code.visualstudio.com/Download下载对应版本即可。以window系统为例,下载64bit的.zip即可。然后解压到自定义文件夹,进去打开code.exe即安装完成。配置本地python环境首先找到python环境的目录本地的python环境有两种,一种是直接安装的python环境,另一种是通过anaconda工具安

#visual studio code
HDU 1213并查集+路径压缩

#include <iostream>#include<cstdio>#include<cmath>#include<cstring>using namespace std;int pre[1100];int findset(int v){int t1,t2=v;...

C++优先队列的用法

#include<iostream>#include<queue>#include<cstring>using namespace std;int a[1000010];bool cmp(int a,int b){return a>b;}struct node{int a,b;node (int a,int b){thi...

暂无文章信息