QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#587764 | #9370. Gambling on Choosing Regionals | Kevin5307 | WA | 0ms | 3568kb | C++20 | 168b | 2024-09-24 21:31:19 | 2024-09-24 21:31:21 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
mt19937 rng(114514);
int main()
{
vector<int> vec={1,1,4,5,1,4};
shuffle(vec.begin(),vec.end(),rng);
return 0;
}
详细
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3568kb
input:
5 3 1 2 3 100 THU 110 PKU 95 PKU 105 THU 115 PKU
output:
result:
wrong answer 1st lines differ - expected: '2', found: ''