比赛 EYOI与SBOI开学欢乐赛6th 评测结果 WWWWWWAWWW
题目名称 简短的题目 最终得分 10
用户昵称 Skloud 运行时间 0.000 s
代码语言 C++ 内存使用 0.00 MiB
提交时间 2022-09-19 21:23:00
显示代码纯文本
#include<cstdio>
using namespace std;
int main()
{
    freopen("wwydatsv.in","r",stdin);
    freopen("wwydatsv.out","w",stdout);
    int n,l,r;
    scanf("%d%d%d",&n,&l,&r);
    for(int i=1;i<=n;i++) printf("0 ");
    return 0;
}