s

sdintech

#1585676

勇敢的人,不管孤不孤独

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

历史用户名外显

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

  1. sdintech
    最早追溯到 2025/01/30最后捕获于 2025/11/04

时间线

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

  1. 评论文章

    在文章题解:P1059 [NOIP2006 普及组] 明明的随机数发表评论:

    Me too.@BetterGlow
  2. 评论文章

    在文章题解 P1059 [NOIP2006 普及组] 明明的随机数发表评论:

    后面两个for循环括号可以去掉。
  3. 评论文章
  4. 发起讨论
    0分求调

    ``` #include using namespace std; bool gs(int a) { for (int i = sqrt(a); i >= 2; i--) { if (a % i == 0) { return 0; } } return 1; } int main() { int n, k = 0; c…

    回复 0参与人数 1
  5. 回复讨论

    在讨论0分求救大佬回复:

    谢谢,关注了
  6. 回复讨论

    在讨论TLE求救回复:

    c++的 头文件是“#include ”
  7. 回复讨论

    在讨论0分求救大佬回复:

    @[Sweet_2013](luogu://user/1570347) ```#include using namespace std; int main() { string word,s; getline(cin,word); getline(cin,s); word=' '+word+' '; s=' '+s+'…
  8. 回复讨论

    在讨论TLE求救回复:

    ``` #include using namespace std; int main() { string word,s; getline(cin,word); getline(cin,s); word=' '+word+' '; s=' '+s+' '; for(int i=0;i<word.length();i++…
  9. 回复讨论

    在讨论TLE求救回复:

    @[_std_O2](luogu://user/1273684) ok
  10. 发起讨论
    TLE求救

    TLE求救

    回复 4参与人数 4
  11. 发起讨论
    0分求救大佬

    0分求救大佬

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