11 2021 档案
摘要:直接贪心就行 1 #include <bits/stdc++.h> 2 3 using namespace std; 4 5 #define int long long 6 7 const int N = 3e5+100 ,inf = 0x3f3f3f3f; 8 9 int n,arr[N],k;
阅读全文
摘要:edgnb 1 #include<iostream> 2 #include<cstring> 3 using namespace std; 4 5 int main(){ 6 string s; 7 cin>>s; 8 int t=0; 9 for(int i=0;i<s.size();i++){
阅读全文
摘要:1 #include <bits/stdc++.h> 2 3 using namespace std; 4 5 #define int long long 6 #define pb push_back 7 8 const int N=2e6+5,inf=0x3f3f3f3f; 9 10 int n,
阅读全文
摘要:https://codeforces.com/gym/103409 A(简单签到) 1 #include<bits/stdc++.h> 2 3 using namespace std; 4 5 #define int long long 6 #define pb push_back 7 #defin
阅读全文
摘要:环境包:cuda版本的torch、torchvision 系统环境:win10 X64,anaconda cuda和pytorch对应版本 https://pytorch.org/get-started/previous-versions/ 配置流程 1、添加源路径 #打开Anaconda Prom
阅读全文

浙公网安备 33010602011771号