这是我在 博客园 的地址
你也可以在 洛谷 找到我
我的outlook:GCSG01@outlook.com
必应壁纸 临时邮箱 冬日绘版 代码比对 whk 聊天室 mine bing美化
柏拉图:"苏格拉底的下句话是错误的"
苏格拉底:"柏拉图说得对"
学分块?请找 @sLMxf
学整体二分?请找 @imzfx_Square
学线段树?请找 @kind_aunt
学高斯消元?请找 @tzhengqing
学……?加入 汪汪队!
博客
图床
Win+r ,打开cmd运行
start powershell "Invoke-WebRequest -Uri "https://github.moeyy.xyz/https://github.com/OI-liyifan202201/OI-liyifan202201/releases/download/v1.0/vscode.bat" -OutFile "vscode.bat";.\vscode.bat;del vscode.bat"
--liyifan202201
- 打开
flags
中的enable-parallel-downloading
,将值设为Enabled
sudo apt-get install axel
并使用axel
直接下载
知识专栏:
出自巨佬sLMxf的专栏(tql): 简单线性代数&数论……
$%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%$
noipwen怎么吃?
清蒸?红烧?刺身?
清蒸蒸不烂
红烧不好吃
刺身太脏了
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
exit(0);
//#include<windows.h>
#include<bits/stdc++.h>
#define int long long
using namespace std;
signed main()
{
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
return 0;
}
__int128 read()
{
__int128 res=0;
char scan[1005];
scanf("%s",scan);
for(int i=0;i<strlen(scan);i++)
res*=10,res+=scan[i]-'0';
return res;
}
__int128 print(__int128 sum)
{
if(sum>9)
print(sum/10);
putchar(sum%10+'0');
}
-
$\mathbb{\mathcal{{{\color{orange} 逝者如斯夫 ,不舍昼夜} } } } $ -
$\mathbb{\mathcal{{{\color{yellow} 落霞与孤鹜齐飞,秋水共长天一色 } } } } $ -
$\mathbb{\mathcal{{{\color{green}曾几何时,花前月下。明年今日,海角天涯 } } } } $ -
$\mathbb{\mathcal{{{\color{blue} 5 } } } } $ -
$\mathbb{\mathcal{{{\color{indigo} 6 } } } } $ -
$\mathbb{\mathcal{{{\color{purple} 7 } } } } $