Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
82415 sh25_shenpy 字符串匹配问题(strs) C++ 解答错误 0 MS 244 KB 94 2026-01-11 21:13:36

Tests(0/5):


#include<bits/stdc++.h> using namespace std; int main(){ string s,t; cin>>s>>t; }


测评信息: