记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:18:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   18 |  for (i = 0; i < s1.size(); i++)
      |              ~~^~~~~~~~~~~
foo.cc:24:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
   24 |   else if (s1[i] == ')')
      |           ^
foo.cc:36:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::stack<Do>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   36 |  for (i = 0; i <= k.size(); i++)
      |              ~~^~~~~~~~~~~
foo.cc:39:10: warning: comparison of integer expressions of different signedness: 'int' and 'std::stack<Do>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   39 |    if (i != k.size())
      |        ~~^~~~~~~~~~~
foo.cc:16:7: warning: unused variable 'm' [-Wunused-variable]
   16 |  char m;
      |       ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Runtime Error Segmentation fault 3ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 3ms 384.0 KiB
#4 Wrong Answer Standard answer longer than user output. 3ms 384.0 KiB
#5 Accepted 3ms 384.0 KiB

信息

递交者
类型
递交
题目
P1055 OO11-7 stack和括号的匹配、失配
比赛
2022春 面向对象程序设计方法的上机作业
语言
C++
递交时间
2022-05-06 18:03:20
评测时间
2022-05-06 18:03:20
评测机
分数
60
总耗时
15ms
峰值内存
384.0 KiB