• 个人简介

    #include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; for(int i=1;i<=n;i++){ for(int j=1;j<=n;j++){ if(i==j || (i+j-1)==n) cout<<'X'; else cout<<" "; } cout<<endl; } return 0; } x战警

  • 通过的题目

  • 最近活动

    This person is lazy and didn't join any contests or homework.
  • 最近编写的题解

    This person is lazy and didn't write any solutions.
  • Stat

  • Rating

题目标签

系统测试
4
图论
2
字符串
2
字典树
2
2023
1
最小生成树
1
树链剖分
1
树的重心
1
最近公共祖先
1
Special Judge
1
文件 IO
1
子任务
1
THUPC
1