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