I

I_am_Trisolaris

#1512077CCF 3 级

Eliminate human tyranny, the world belongs to Trisolaris//To destroy you, what does it matter

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

历史用户名外显

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

  1. I_am_Trisolaris
    最早追溯到 2026/03/02最后捕获于 2026/03/02
  2. I_am_Trisolaris
    最早追溯到 2026/02/25最后捕获于 2026/03/01
  3. I_am_Trisolaris
    最早追溯到 2026/02/11最后捕获于 2026/02/24
  4. Luochongchong
    最早追溯到 2025/11/22最后捕获于 2025/11/22

时间线

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

  1. 回复讨论

    在讨论TvT 救回复:

    @[fangbymvp](luogu://user/2005825) ``` #include using namespace std; int a[100005]; int main(){ int n,k; cin>>n>>k; int maxn = -1e9, minn = 1e9; for(int i=1;i >…
  2. 回复讨论

    在讨论TvT 救回复:

    @[fangbymvp](luogu://user/2005825)你排序后的a数组便了,输出就不是原来的顺序,可以直接在读入是找maxn和minn
  3. 回复讨论

    在讨论扣95pts回复:

    你这样做会超时
  4. 回复讨论

    在讨论扣95pts回复:

    @[shenghongqian](luogu://user/1327781) ``` #include #define int long long using namespace std; int a,b,sum; int s[100005]; signed main(){ memset(s, 0x3f, sizeof…
  5. 回复讨论

    在讨论样例过了还是WA?回复:

    @[jimmy817](luogu://user/1781695) 你这个代码输出在判断里面,如果p =x,不是p>x AC代码: ``` #include using namespace std; int main(){ double x,y,n,p; cin>>x>>y>>n>>p; double a; doubl…
  6. 回复讨论

    在讨论50分,麻烦帮忙看下,必回关回复:

    这题用map作就很简单(map就是下标类型和数据类型都可以自定义的数据结构,比如:下表可以为string类型,存的数是int类型) 我们先读入s,在把它转化为所有字母都是小写的,存到数组s2里,在m[s2[i]]++。 最后从一到n枚举,来找m[s2[i]]最大的,将s2[i]存起来,最后输出。 ``` #includ…
  7. 回复讨论

    在讨论50分,麻烦帮忙看下,必回关回复:

    @[xiaxiang2014](luogu://user/2058296) 这题用map作就很简单(map就是下标类型和数据类型都可以自定义的数据结构,比如:下表可以为string类型,存的数是int类型) 我们先读入s,在把它转化为所有字母都是小写的,存到数组s2里,在m[s2[i]]++。 最后从一到n枚举,来找m…
  8. 回复讨论

    在讨论帮者必关回复:

    谢谢,我也会关你的
  9. 回复讨论

    在讨论帮者必关回复:

    ?
  10. 回复讨论

    在讨论帮者必关回复:

    @[xuxiyou](luogu://user/380648)你把倒数第二行删掉就AC了呀,你这代码没问题
  11. 回复讨论

    在讨论帮者必关回复:

    @[xuxiyou](luogu://user/380648) ``` #include #include #include using namespace std; int a[5005],f[5005]; int main(){ int n; cin>>n; for(int i=1;i >a[i]; } int m…
  12. 回复讨论

    在讨论超时,求大佬修改回复:

    @[zzsz002gjh](luogu://user/1188467)你的两重循环的i,j的范围是r<=H,c<=W
  13. 回复讨论

    在讨论超时,求大佬修改回复:

    @[yejincheng002](luogu://user/1698728) ```cpp #include using namespace std; int main(){ int H,W,x,ct=0; cin>>H>>W>>x; for(int r=1;r<=H;r++){ for(int c=1;c<=W;c+…
  14. 回复讨论

    在讨论超时,求大佬修改回复:

    @[zzsz002gjh](luogu://user/1188467)这只能得十分
  15. 回复讨论

    在讨论wa四个点回复:

    @[museum](luogu://user/1765467) 好的
  16. 回复讨论

    在讨论wa四个点回复:

    @[museum](luogu://user/1765467) ``` #include using namespace std; int n, r; string f() { string s = ""; while(n != 0) { int a = n % r; if(0 >n>>r; cout<<f(); }…
  17. 回复讨论

    在讨论wa四个点回复:

    @[museum](luogu://user/1765467)n有可能是三位数
  18. 发起讨论
    91分求掉

    ```cpp #include using namespace std; struct cow { int s=0,e=0; }p[1000005]; int n,f[1000005],m; bool cmp(cow a,cow b) { if(a.e==b.e) return a.s >n; for(int i=1;…

    回复 1参与人数 1
  19. 回复讨论

    在讨论70分,向各位大佬求助回复:

    这是我的代码 ``` #include #define int long long using namespace std; int f(string s) { int sum = 0; for(int i = 0; i >s; cout<<f(s); } ```
  20. 回复讨论

    在讨论70分,向各位大佬求助回复:

    @[NSWW](luogu://user/2007345)n有31位,long long也存不下,要用string
  21. 回复讨论

    在讨论50球条回复:

    @[Mrfang102](luogu://user/1270682)what are you doing? 你这样能得50分,运气太好了
  22. 回复讨论

    在讨论蒟蒻求条回复:

    @[AeeE5x](luogu://user/708516)对不起,刚刚没看数据
  23. 回复讨论

    在讨论蒟蒻求条回复:

    比如:45-?=-10,你的程序的结果是45
  24. 回复讨论

    在讨论蒟蒻求条回复:

    @[Build_Dreams](luogu://user/1656195) a[2]有可能是负数,要判断
  25. 回复讨论

    在讨论50求条,必关回复:

    @[ZR38X](luogu://user/2056251)可以用string来存a[i],在来求和,这样也方便一些 ``` #include #define int long long using namespace std; string a[100005]; long long b[100005], x[1000…
  26. 回复讨论

    在讨论28pts求条回复:

    @[tom023](luogu://user/1068616) 太懒了
  27. 回复讨论

    在讨论28pts求条回复:

    @[tom023](luogu://user/1068616)你可以用spfa作,你应该会
  28. 发起讨论
    20分求条

    ```cpp #include using namespace std; int main() { string s; cin>>s; string g; getline(cin, g); getline(cin, g); g += ' '; g = ' ' + g; for(int i = 0; i = 'a' &&…

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

    在讨论求改,必关回复:

    ```cpp #include using namespace std; int day[15] = {0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31};//每个月的天数 int main() { int m,n; cin>>m>>n; /* if(m%2!=0){…
  30. 回复讨论

    在讨论15分求调回复:

    @[zhouranchen518](luogu://user/1732412) 看代码 ```cpp #include #define int long long using namespace std; int a,b,sum; int s[100005];//第i件物品的最低价 signed main(){ mem…