提交时间:2022-07-19 12:27:58
运行 ID: 52517
#include <bits/stdc++.h> using namespace std; int main() { srand((unsigned)time(NULL)); cout<<rand()%20; return 0; }