y

youtao233

#1483980

这名用户暂未设置签名。

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

历史用户名外显

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

  1. youtao233
    最早追溯到 2025/11/04最后捕获于 2025/11/04
  2. youtao233
    最早追溯到 2024/10/16最后捕获于 2024/10/16

时间线

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

  1. 发起讨论
    为啥全红?

    ``` #include using namespace std; // 1 2 3 // 8 9 4 // 7 6 5 int main(){ int k=1; int n; cout >n; int arr[n][n]; int left=0; int right=n-1; int top=0; int botto…

    回复 2参与人数 2
  2. 发起讨论
    求助,输出例子是对的,为啥全红?

    ``` package luogu; import java.util.Scanner; public class P5728旗鼓相当的对手 { public static void main(String[] args){ Scanner sc=new Scanner(System.in); int t=0; int…

    回复 3参与人数 3
  3. 回复讨论

    在讨论样例过了为啥全红回复:

    @[lvweisi](/user/999154) 感谢,我才发现是我第二个for循环写的有问题,把4改成n就行了
  4. 回复讨论

    在讨论样例过了为啥全红回复:

    @[yzq120806](/user/1348824) 没用还是全红
  5. 回复讨论

    在讨论感觉代码没问题,但输出会多出一个,求助,必关!!回复:

    @[woshnd](/user/1040231) 感谢,关了
  6. 发起讨论
    样例过了为啥全红

    ``` #include using namespace std; int main(){ int n; int t=1; int m=1; cin>>n; for(int i=1;i<=n;i++){ for(int j=1;j<=4;j++){ if(t<10){ cout<<"0"<<t++; }else{ co…

    回复 6参与人数 6
  7. 发起讨论
    感觉代码没问题,但输出会多出一个,求助,必关!!

    ```cpp #include #include using namespace std; int aa(int a){ int s=0; int k=a; while(a!=0){ s=s*10+a%10; a=a/10; } if(k==s){ return 0; }else{ return 1; } } int…

    回复 3参与人数 3
  8. 回复讨论

    在讨论40分求助回复:

    @[Ff472130](/user/1441630) 感谢关注了
  9. 发起讨论
    40分求助

    ``` #include using namespace std; int main(){ int k,s=0,n,t=0; cin>>k; for(int i=2;i =k){ break; } } cout<<t; return 0; } ```

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