https://www.luogu.com/paste/l7navcgr
!amcplayer的练习情况](https://github.com/cyrxdzj/luogu-card)
MINECRAFT VS垃圾
致mc玩家的信
java mc
母牛垃圾
teams
a team
team2
笔记
string
退出循环
数据结构(线性)不全
有用的
algo图解
图论||二叉树||链表
无聊的
\color{black}\Huge{◄}\!\Large{▀▀▀▀▀▀▀▀}\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!^{\small\color{white}\textit{To Be Continued}\!\ \ \!\!\Large\color{black}▲\color{white}\!\!\!\!\:\!▏\large\!\!\!\!\!\!\color{black}▼\!\!\!\!\:\!\!▼\color{white}\!\!\!\!\!\;\!▏}
本人的萌新QAQ是刚学OI但是是这样即使我也声音大声喊出要用蒟蒻的IAKIOI
反馈
如果你认为这个人有问题,欢迎向洛谷反馈,以帮助更多的同学。
ta太蒟了⋯∇
请具体说明理由,以增加反馈的可信度。
kailangdewangyo 太菜鸡了,连橙题都要切上 114514年|
取消 | 确定
提示
举报失败,系统检测到你在颓废,快卷题去,没做到 1145141919810 道题不能报!
确定
∙ i 警告 此人钛蒻了,请小心 ∙ i 提醒 近墨者黑 ∙ × 请勿 膜拜我 ∙ √ 应该 嘲讽并踩爆这个蒟蒻
AC CE PC WA RE TLEMLEOLEUKE:Answer Coarse,粗劣的答案:Compile Easily,轻松通过编译:Perfect Compile 完美的编译:Wonderful Answer,好答案:Run Excellently,完美运行:Time Limit Enough,时间充裕:Memory Limit Enough,内存充裕:Output Limit Enough,输出合法:Unbelievably Keep Enough Score,难以置信地保持足够的分数
lg
『时空无垠地延长』— Time and space extend endlessly —
『维度被悄悄埋葬』— Dimensions are quietly buried—
『歌者在星空的边缘吟唱』— The singer chanted at the edge of the starry sky—
『永恒的毁灭乐章』— Eternal music of destruction—
『在文明挣扎万年的地方』— In a place where civilization has struggled for thousands of years—
『三颗恒星布撒不恒定的光』— Three stars cast non−constant light—
『乐土般的天堂』— Paradise—
『卑微的虫子企图染指神之权杖』— The lowly bugs attempt to infect the scepter of God—
『天真的孩子手握烛棒』— Naı¨ve children hold candlesticks in their hands—
『黑暗森林中的穿行』— Walk through the dark forest—
『满眼皆是骸骨与伤』— Eyes full of skeletons and wounds—
『熄灭的火光蔓延着恐惧与凄凉』— The extinguished flame spread fear and desolation—
『童话的世界被绘进画里』— The world of fairy tales is painted in the painting—
『被迫远走的游子在时间之外流浪』— The wanderer , forced to go away , wanders outside of time—
『在无尽的星河浩渺里』— In the vastness of the endless galaxy—
『孤独迷航』— Lonely Trek—
『人类的墓碑』— Man′s tombstone—
『被印拓在宇宙最低的地方』— It is in the lowest place in the universe—
『永远尘封的文明』— A civilization that will always be dusty—
『陪葬着二维的太阳』— Buried with the two− dimensional sun—
『正在死去的宇宙』— The universe that is dying—
『归零重生的希望』— The hope of zero rebirth—
『散逸的死线曲率的逃亡』— The escape of the loose dead−line curvature—
『宇宙之外的人性却悄然绽放』— The humanity of the universe outside the universe has quietly blossomed—
『当时间消融了一切印记』— When time dissolves all imprints—
『爱情却横跨了亿万年的离殇』— Love spans hundreds of millions of years of death—
——《三体》
🗾👈👈👈👈👈🤣🤣🤣😂😂😂😂🤣🤣🤣😂😂😂😂
代码模版
#include <bits/stdc++.h>
#define long long int
#pragma GCC optimize(2)
#pragma GCC optimize(1)
#pragma GCC optimize(3,"Ofast","inline")
using namespace std;
inline int read()
{
int f = 1;
int x = 0;
char ch = getchar();
while (ch < '0' || ch > '9')
{
if (ch == '-')f = -1;
ch = getchar();
}
while (ch >= '0' && ch <= '9')
{
x = x * 10 + (ch ^ 48);
ch = getchar();
}
return x*f;
}
inline void write(int x)
{
if(x<0){
putchar('-');
x=-x;
}
if(x>9)
write(x/10);
putchar(x%10+'0');
}
signed main()
{
std::ios::sync_with_stdio(false);
cin.tie(0);
cout.tie(0);
return 0;
}
https://www.luogu.com/paste/q7zwaplg