Run ID | 作者 | 问题 | 语言 | 测评结果 | 分数 | 时间 | 内存 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
36208 | j136 | 【S】T4 | C++ | 运行出错 | 0 | 0 MS | 248 KB | 254 | 2025-02-10 13:17:08 |
#include<bits/stdc++.h> using namespace std; int n; string s,t; int main(){ freopen("edit.in","r",stdin),freopen("edit.out","w",stdout); scanf("%d",&n),cin>>s>>t; for(int i=0;i<=n;i++)cout<<rand()%(t.size()*t.size()/s.size())<<'\n'; }