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

Tests(1/5):


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


测评信息: