记录详情

Runtime Error

/in/foo.cc:57:6: warning: multi-character character constant [-Wmultichar]
  case'(':return 4;
      ^~~~~
/in/foo.cc:58:6: warning: multi-character character constant [-Wmultichar]
  case')':return 5;
      ^~~~~
/in/foo.cc: In function 'int ch_to_i(char)':
/in/foo.cc:57:2: warning: case label value exceeds maximum value for type
  case'(':return 4;
  ^~~~
/in/foo.cc:58:2: warning: case label value exceeds maximum value for type
  case')':return 5;
  ^~~~
/in/foo.cc:61:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int Operate(int, char, int)':
/in/foo.cc:77:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 228.0 KiB
#2 Wrong Answer 1ms 220.0 KiB
#3 Runtime Error 1ms 228.0 KiB
#4 Runtime Error 1ms 272.0 KiB
#5 Wrong Answer 1ms 228.0 KiB
#6 Wrong Answer 1ms 216.0 KiB
#7 Runtime Error 1ms 228.0 KiB
#8 Accepted 1ms 216.0 KiB
#9 Wrong Answer 1ms 232.0 KiB
#10 Wrong Answer 1ms 216.0 KiB

信息

递交者
类型
递交
题目
P1033 s-0-4表达式求值
语言
C++
递交时间
2020-10-17 16:56:32
评测时间
2020-10-17 16:56:32
评测机
分数
10
总耗时
14ms
峰值内存
272.0 KiB