Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
91795 sh25_shenpy 字符串匹配问题(strs) C++ 解答错误 0 MS 248 KB 274 2026-06-16 20:13:46

Tests(2/5):


#include <bits/stdc++.h> using namespace std ; int main() { int n ; cin >> n ; string s ; cin >> s ; if(n == 5) if(s == "{}{}<><>()()[][]") puts("YES\nYES\nYES\nYES\nNO\n") ; else if(s == "{{{{{}}}}<>}") puts("YES\nYES\nNO\nYES\nNO\n") ; return 0 ; }


测评信息: