Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
88362 sh25_wuyy 统一数组元素值 C++ 通过 0 MS 240 KB 253 2026-05-10 19:14:58

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int n,w; int s[1010]; void a(){ for(int i=0;i<n;++i){ cout<<w<<" "; } }int main(){ cin>>n; for(int i=0;i<n;++i){ cin>>s[i]; }cin>>w; a(); return 0; }


测评信息: