2026年4月11日
摘要: 冲浪( \(surf\) ) 鲨鱼噶呜·古拉正在网上冲浪。她的冲浪路线可以用数轴来模拟,起点在\(1\)位置,终点在\(L\)位置。 当她在\(x\)位置时,如果跳跃能力是\(k\),她就能跳到\([x,x+k]\)内的任意整数位置。她的跳跃能力初值是\(1\)。 不过冲浪路上可不平坦,有\(n\) 阅读全文
posted @ 2026-04-11 16:47 Ryan427 阅读(9) 评论(0) 推荐(0)
  2025年11月3日
摘要: CSP-J $T1$ 循环结构 $+$ 字符串,橙题,不说了肯定做出来了。 #include<bits/stdc++.h> using namespace std; #define int long long #define N 2000005 int top,a[N]; string s; sig 阅读全文
posted @ 2025-11-03 22:03 Ryan427 阅读(69) 评论(0) 推荐(1)