记录详情

Runtime Error

foo.cc:11:0: warning: ignoring #pragma warning  [-Wunknown-pragmas]
 #pragma warning(disable:4996)
 
foo.cc: In function 'int main()':
foo.cc:24:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = 0; i < s.length(); i++)
                   ~~^~~~~~~~~~~~
foo.cc:81:9: warning: unused variable 'u' [-Wunused-variable]
  ks:int u = 1;
         ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 2ms 412.0 KiB
#3 Accepted 2ms 440.0 KiB
#4 Accepted 1ms 384.0 KiB
#5 Wrong Answer Read YES, expect NO. 2ms 384.0 KiB
#6 Runtime Error Aborted 1ms 384.0 KiB
#7 Runtime Error Aborted 2ms 444.0 KiB
#8 Runtime Error Aborted 2ms 384.0 KiB
#9 Accepted 1ms 384.0 KiB
#10 Runtime Error Segmentation fault 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1258 括号匹配
语言
C++
递交时间
2021-10-12 21:42:59
评测时间
2021-10-12 21:42:59
评测机
分数
50
总耗时
20ms
峰值内存
444.0 KiB