Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
57504 alex_liu J4 C++ Wrong Answer 0 0 MS 248 KB 122 2022-10-04 11:31:04

Tests(0/20):


#include <bits/stdc++.h> using namespace std; signed main(){ srand(time(0)); printf("%llu\n",rand()); return 0; }


Judgement Protocol: