比赛 进阶指南第0章测试 评测结果 WWWAWWWWWW
题目名称 七夕祭 最终得分 10
用户昵称 王潇翊 运行时间 0.025 s
代码语言 C++ 内存使用 3.66 MiB
提交时间 2026-03-14 09:58:51
显示代码纯文本
#include <bits/stdc++.h>
using namespace std;
int main()
{
    freopen("tanabata.in","r",stdin);
    freopen("tanabata.out","w",stdout);
    cout << "impossible";
    return 0;
}