| 比赛 | 期末考试1 | 评测结果 | WWWWWWWWWW |
|---|---|---|---|
| 题目名称 | Constructive | 最终得分 | 0 |
| 用户昵称 | 小福鑫 | 运行时间 | 0.028 s |
| 代码语言 | C++ | 内存使用 | 3.69 MiB |
| 提交时间 | 2026-02-08 08:32:56 | ||
#include<bits/stdc++.h>
using namespace std;
int main(){
freopen("tioj_constructive.in","r",stdin);
freopen("tioj_constructive.out","w",stdout);
cout<<"-1";
}