/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'void Work(int)':
/in/foo.cc:39:51: warning: array subscript has type 'char' [-Wchar-subscripts]
             while(top&&sta[top]!='('&&lvl[sta[top]]>=lvl[str[i]]){
                                                   ^
/in/foo.cc:39:64: warning: array subscript has type 'char' [-Wchar-subscripts]
             while(top&&sta[top]!='('&&lvl[sta[top]]>=lvl[str[i]]){
                                                                ^
/in/foo.cc: In function 'LL calc(LL, LL, char)':
/in/foo.cc:66:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Runtime Error 1ms 224.0 KiB
#2 Accepted 1ms 224.0 KiB
#3 Accepted 1ms 224.0 KiB
#4 Accepted 1ms 228.0 KiB
#5 Wrong Answer 1ms 232.0 KiB
#6 Accepted 1ms 220.0 KiB
#7 Accepted 1ms 220.0 KiB
#8 Accepted 1ms 220.0 KiB
#9 Accepted 2ms 268.0 KiB
#10 Accepted 1ms 224.0 KiB

信息

递交者
类型
递交
题目
P1003 等价表达式
语言
C++
递交时间
2019-02-08 11:44:49
评测时间
2019-02-08 11:44:49
评测机
分数
80
总耗时
18ms
峰值内存
268.0 KiB