2 条题解

  • 0
    @ 2026-1-23 14:17:05
    #include<bits/stdc++.h>
    using namespace std;
    int main(){ //
    	int n;
    	cin>>n;
    	while(n--){
    		cout<<"X"<<endl;
    	} 
        return 0;
    }
    
    
    • 0
      @ 2026-1-22 14:40:34

      • 1

      信息

      ID
      1984
      时间
      1000ms
      内存
      256MiB
      难度
      4
      标签
      (无)
      递交数
      25
      已通过
      15
      上传者