| 比赛 | ry分享赛 | 评测结果 | WWWWWWWWAW |
|---|---|---|---|
| 题目名称 | 跳跳虎 | 最终得分 | 10 |
| 用户昵称 | 123 | 运行时间 | 0.028 s |
| 代码语言 | C++ | 内存使用 | 3.72 MiB |
| 提交时间 | 2026-03-19 20:57:01 | ||
#include <bits/stdc++.h>
using namespace std;
const int N=5050;
int t,n,d,a[N],b[N];
priority_queue<int,vector<int>,greater<int> > q;
int main() {
freopen("tiger.in","r",stdin);
freopen("tiger.out","w",stdout);
ios::sync_with_stdio(0),cin.tie(0);
cin>>t;
while (t--)
{
cout<<"impossible"<<endl;
}
}