QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#570628 | #9310. Permutation Counting 4 | Lezy233 | WA | 0ms | 3676kb | C++20 | 522b | 2024-09-17 16:48:49 | 2024-09-17 16:48:49 |
Judging History
answer
#include <bits/stdc++.h>
using std::cin,std::cout,std::vector,std::array;
#define endl "\n"
#define ALL(x) x.begin(),x.end()
using ll = long long;
using PII = std::pair<int,int>;
using PLL = std::pair<ll,ll>;
using T3I = std::tuple<int,int,int>;
void solve()
{
}
int main()
{
std::cin.tie(nullptr)->sync_with_stdio(false);
#ifndef ONLINE_JUDGE
std::ifstream in("C++/in.txt");
std::cin.rdbuf(in.rdbuf());
#endif
int T = 1;
std::cin>>T;
while(T--) solve();
return 0;
}
詳細信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3676kb
input:
4 5 1 2 1 5 1 2 1 2 2 2 5 1 1 2 4 2 3 5 5 3 4 5 3 5 1 2 3 4 3 5 3 3 5 1 5 1 4 4 5 5 5 1 2
output:
result:
wrong answer Unexpected EOF in the participants output