1 条题解

  • 0
    @ 2026-5-30 14:17:48
    #include<bits/stdc++.h>
    using namespace std;
    int main(){ //
    	int n;
    	cin>>n;
    	while(n--){
    		cout<<"******\n";
    	} 
        return 0;
    }
    
    
    • 1

    信息

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