Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
60391 氢氦锂铍硼 J4 C++ 解答错误 0 0 MS 248 KB 202 2022-10-15 11:29:21

Tests(0/10):


#include<bits/stdc++.h> using namespace std; int main(){ // freopen("J4.in","r",stdin); // freopen("J4.out","w",stdout); int n,m; cin>>n>>m; int x=rand(); cout<<x%n+1<<endl; return 0; }


测评信息: