J

JamesTang

#518791

这名用户暂未设置签名。

发帖
2
文章
0
互动
0
陶片
0
获赞
0
收藏
0

历史用户名外显

追踪最近的用户名外显变动记录。

  1. JamesTang
    最早追溯到 2024/04/23最后捕获于 2024/04/23

时间线

最近的文章、讨论、云剪贴板与社区记录

  1. 发起讨论
    3个点TLE求助

    代码如下 ``` #include #define LL long long using namespace std; const int N=1e7+100; bool vis[N]; LL n,m; bool check(int x) { while (x) { if (x%10==7) return 1; x/=…

    回复 2参与人数 2
  2. 发起讨论
    最后一个点RE,求助

    ``` #include using namespace std; int log1[1000][1000],re[1000][1000],dp[1000][1000]; int n; int fun(int x,int y) { if(x==n) return log1[x][y]; if(! re[x][y]) r…

    回复 0参与人数 1
已经到最早的记录