记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:9:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < s.size(); i++) {
                     ~~^~~~~~~~~~
foo.cc:27:19: warning: value computed is not used [-Wunused-value]
             c[m++]==s[i];
foo.cc:11:29: warning: 'c[<unknown>]' may be used uninitialized in this function [-Wmaybe-uninitialized]
             if (m>0&&c[m - 1] == '(')
                      ~~~~~~~^
foo.cc:19:29: warning: 'c[<unknown>]' may be used uninitialized in this function [-Wmaybe-uninitialized]
             if (m>0&&c[m - 1] == '[')
                      ~~~~~~~^
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer Read unhappy, expect OK. 1ms 384.0 KiB
#2 Wrong Answer Read unhappy, expect Wrong. 2ms 384.0 KiB
#3 Wrong Answer Read unhappy, expect Wrong. 1ms 384.0 KiB
#4 Wrong Answer Read unhappy, expect OK. 1ms 384.0 KiB
#5 Wrong Answer Read unhappy, expect Wrong. 2ms 384.0 KiB
#6 Wrong Answer Read unhappy, expect OK. 2ms 384.0 KiB

信息

递交者
类型
递交
题目
括弧匹配检验(check)
题目数据
下载
语言
C++
递交时间
2021-03-24 20:56:13
评测时间
2021-03-24 20:56:13
评测机
分数
0
总耗时
12ms
峰值内存
384.0 KiB