比赛 ?板子大赛 评测结果 RRRRR
题目名称 括号匹配 最终得分 0
用户昵称 张雨晴 运行时间 0.770 s
代码语言 C++ 内存使用 3.37 MiB
提交时间 2026-01-17 11:33:06
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
int t;
int main(){
    //freopen("kakko.in","r",stdin);
    //freopen("kakko.out","w",stdout);
    cin>>t;
    while(t--){
        string s;
        cin>>s;
    }
    cout<<"TRUE 5 2\n";
    cout<<"FALSE\n";
    cout<<"TRUE 8 1\n";
    return 0;
}