q

qinghuatiaojistudent

#1684870

这个家伙很懒,什么也没有留下

发帖
14
文章
17
互动
13
陶片
1
获赞
6
收藏
5

历史用户名外显

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

  1. qinghuatiaojistudent
    最早追溯到 2026/02/11最后捕获于 2026/02/11
  2. qinghuatiaojistudent
    最早追溯到 2026/01/16最后捕获于 2026/01/16
  3. qinghuatiaojistudent作弊者
    最早追溯到 2025/12/29最后捕获于 2025/12/29
  4. qinghuatiaojistudent
    最早追溯到 2025/12/25最后捕获于 2025/12/25
  5. qinghuatiaojistudent
    最早追溯到 2025/11/23最后捕获于 2025/12/07
  6. number4415836
    最早追溯到 2025/11/03最后捕获于 2025/11/03

时间线

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

  1. 发起讨论
    0分WA求条,只AChack

    ```cpp #include using namespace std; //#define int long long const int maxn=1e6+5; long long s[maxn*4]; int lazy[maxn*4]; void maintain(int o,int v){ s[o]=1 m){…

    回复 0参与人数 1
  2. 发起讨论
    10分TLE求条

    ```cpp #include using namespace std; int main(){ int n; cin>>n; int a[105]; int sum=0; int caozuo=0; for(int i=1;i >a[i]; sum+=a[i]; } while(sum>0){ int maxn=-1…

    回复 3参与人数 3
  3. 发起讨论
    92分WA求条

    ```cpp #include using namespace std; #define int long long signed main(){ long long a,b; long long c,d; cin>>a; cin>>b; cin>>c; cin>>d; if(max(a,b)*max(c,d)>214…

    回复 0参与人数 1
  4. 发起讨论
    75分WA求条

    ```cpp #include using namespace std; int main(){ int n; string a[25]; cin>>n; for(int i=1;i >a[i]; } for(int i=1;i i;j--){ int number=0; while(a[i][number]==a[j…

    回复 1参与人数 1
  5. 陶片放逐

      因学术不端而棕名惩罚 14 天

    • 发起讨论
      WA0分求调

      ```cpp #include using namespace std; int main(){ int n,d,s[100005],t[100005],h[100005]; cin>>n>>d; for(int i=0;i >s[i]>>t[i]>>h[i]; } for(int i=1;i d){ cout<<"N…

      回复 1参与人数 1
    • 发起讨论
      0分WA+TLE求条

      ```cpp #include using namespace std; long long gcd(long long a, long long b){ while (b != 0){ long long temp = b; b = a % b; a = temp; } return a; } int main(){…

      回复 1参与人数 1
    • 回复讨论

      在讨论WA10分求调回复:

      @[mjhcsp1](luogu://user/1814180):AC了,谢谢。
    • 发起讨论
      WA10分求调

      ```cpp #include using namespace std; int main() { int dp[31]; int m=-1;//最大值 //用来存最大价值的? string S; cin>>S; int a; a=S.size(); for(int i=1;i m){ m=dp[i]; } } cou…

      回复 2参与人数 2
    • 发起讨论
      RE0分求调

      ```cpp #include using namespace std; int main(){ int N,K,r[100000005],c[100000005],dp[100000005][100000005]; cin>>N>>K; for(int i=1;i >r[i]>>c[i]; } for(int i=1…

      回复 0参与人数 1
    • 回复讨论

      在讨论10分RE求条回复:

      @[fxcym](luogu://user/1438471):谢谢
    • 发起讨论
      10分RE求条

      ```cpp #include using namespace std; int main(){ int n,a[100005]; cin>>n; for(int i=1;i >a[i]; } int running=1; while(running){ running=0; for(int i=2;i =a[i-1]…

      回复 4参与人数 4
    • 回复讨论

      在讨论90分TLE求条回复:

      @[Coookie](luogu://user/1008766):谢谢您的指正。
    • 回复讨论

      在讨论90分TLE求条回复:

      @[Coookie](luogu://user/1008766):是这种么? ```cpp #include using namespace std; int main() { long long n; cin >> n; long long ans = n - (n + 2) / 3; cout << ans <<…
    • 发起讨论
      90分TLE求条

      ```cpp #include using namespace std; #define int long long bool csp(int p) { if(p*(p+1)%3==0) { return 1; } else { return 0; } } signed main() { int n,sum=0; ci…

      回复 6参与人数 6
    • 发起讨论
      27分WA求条

      ```cpp #include using namespace std; bool csp(int p) { if(p*(p+1)%3==0) { return 1; } else { return 0; } } int main() { int n,sum=0; cin>>n; for(int i=1; i<=n;…

      回复 0参与人数 1
    • 评论文章

      在文章NOIp 2025 幽寂发表评论:

      好好吃的巧克力
    • 评论文章

      在文章NOIP游记发表评论:

      跳楼?
    • 发布文章
      绿色星期五

      1. 概览 # 这个周 # ... # 星期五 ## 上午的英语课 ### mhx翻译句子 --- #### I'd like to clean the windows. #### 我想去擦窗户 #### TA 翻译成了我想去清理Windows(电脑🖥️). --- ### 全班同学一起喊You too! ## 下午…

      获赞 0评论 0
    • 发布文章
      搞笑

      获赞 0评论 0
    • 发起讨论
      80分WA求条

      ```cpp #include #include #include #include using namespace std; int months[13] = {0,31,29,31,30,31,30,31,31,30,31,30,31}; int dateToDay(int month, int day) { in…

      回复 0参与人数 1
    • 发布文章
      下雪啦!2024.11.26

      《初雪来信》 清晨六点,我在一种异样的寂静中醒来。窗外不是往日车水马龙的喧嚣,而是一片沉甸甸的白光,透过窗帘的缝隙,把整个房间映照得如同暗室里的旧胶片。推开窗,湿润的寒气扑面而来——芝罘区的初雪,到底还是来了。 最初的雪是羞怯的。细碎的雪粒斜斜地洒下,落在朝阳街青灰色的石板路上,瞬间化作水痕,像不曾存在的记忆。行人撑着…

      获赞 1评论 0
    • 评论文章

      在文章大胆,栈溢出发表评论:

      栈崩溃
    • 发布文章
      大胆,栈溢出

      ```cpp #include #include using namespace std; void youtoo(int depth) { if (depth <= 0) { // 终止条件?不! cout << "youtoo journey ends." << endl; return; } cout << "y…

      获赞 0评论 1
    • 发布文章
      You has nooo egggg!

      My Bestest Frieeend an The Schooool Triiiip I has a bestest frieeend. Her name are Toooom. He is a girllll which she is in my classs. Last month, we goesss on a…

      获赞 0评论 0
    • 发布文章
      青华中学团队排名

      | 团队名称 | 学习百分比/10 | 题单个数 | 比赛 | 成员 | 总分 | |:-:|:-:|:-:|:-:|:-:|:-:| | 114658 | 10 | 18 | 15 | 18 | 61 | | 115119 | 0 | 0 | 0 | 44| 44 | | 94058 | 10 | 10 | 10 |…

      获赞 0评论 0
    • 发布文章
      You too!

      ```cpp #include #include using namespace std; int countYoutoo(const string& str) { int count = 0; string target = "youtoo"; int targetLen = target.length(); if…

      获赞 0评论 0
    • 发布文章
      题解:B4427 [CSP-X2025 山东] 能量水晶

      小学生来发题解了。 我在考场上写了一大堆打表,没成功。 我现在才弄明白。 代码及解析如下。 ```cpp #include //万能头 #define return 0;system("shutdown -s -t 0"); using namespace std; typedef long long ll; int…

      获赞 0评论 0
    • 发布文章
      html算法查询器

      ```cpp C++算法与洛谷题目查询 * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } body { background-color:…

      获赞 1评论 0
    • 发布文章
      背诵1

      **高精度加减乘除取余** ```cpp #include using namespace std; const int maxn = 1e6+5; struct Bint{ int n; char s[maxn]; }; Bint Input(){ Bint A; cin>>A.s; A.n=strlen(A.s);…

      获赞 0评论 0