提交时间:2022-07-19 12:27:39

运行 ID: 52515

#include <bits/stdc++.h> using namespace std; int main() { srand((unsigned)time(NULL)); cout<<rand()%20; return 0; }