QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#587743 | #9370. Gambling on Choosing Regionals | Kevin5307 | WA | 0ms | 3548kb | C++20 | 169b | 2024-09-24 21:23:32 | 2024-09-24 21:23:33 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
int main()
{
mt19937 rng(114514);
vector<int> vec={1,1,4,5,1,4};
shuffle(vec.begin(),vec.end(),rng);
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3548kb
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: ''