摘要: 比赛链接:CF1883 A.Morning 题目描述 你需要输入 \(t\) 个四位数密码,每次输入时你的光标都在第一个数 \(1\) 上,在一秒内你有两种操作: 按下光标输入一位密码。 将光标移到任意与当前数字相邻的数字。 这张图显示了你输入密码的设备,可以看到,\(5\) 相邻的是 \(4\) 阅读全文
posted @ 2023-11-19 14:52 可爱的卤蛋 阅读(73) 评论(1) 推荐(0)
摘要: 1数字三角形 #include <bits/stdc++.h> #define CLOSE ios::sync_with_stdio(false);cin.tie(0);cout.tie(0) #define endl "\n" typedef long long LL; const int N = 阅读全文
posted @ 2023-11-19 09:28 可爱的卤蛋 阅读(37) 评论(0) 推荐(0)