比赛 期末考试1 评测结果 WWWWWWWWWW
题目名称 Constructive 最终得分 0
用户昵称 彭欣越 运行时间 0.027 s
代码语言 C++ 内存使用 3.70 MiB
提交时间 2026-02-08 11:55:30
显示代码纯文本
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
const int N=100010;
ll T,n;
int main () {
	freopen("tioj_constructive.in","r",stdin);
	freopen("tioj_constructive.out","w",stdout); 
    ios::sync_with_stdio(0);
    cin.tie(0),cout.tie(0);
    cout << -1 <<endl;
    return 0;
}