记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:48:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  while(i<s.size())
        ~^~~~~~~~~
/in/foo.cc:51:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     while(i<s.size()&&s[i]>='0'&&s[i]<='9')
           ~^~~~~~~~~
/in/foo.cc:57:33: warning: array subscript has type 'char' [-Wchar-subscripts]
      while(top_p>0&&outcode[s[i]]<incode[ops[top_p]])
                                 ^
/in/foo.cc:57:52: warning: array subscript has type 'char' [-Wchar-subscripts]
      while(top_p>0&&outcode[s[i]]<incode[ops[top_p]])
                                                    ^
/in/foo.cc:65:18: warning: array subscript has type 'char' [-Wchar-subscripts]
   if(outcode[s[i]]==incode[ops[top_p]])
                  ^
/in/foo.cc:65:38: warning: array subscript has type 'char' [-Wchar-subscripts]
   if(outcode[s[i]]==incode[ops[top_p]])
                                      ^
/in/foo.cc: In function 'long long int op(long long int, long long int, char)':
/in/foo.cc:36:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 1ms 192.0 KiB
#2 Accepted 1ms 204.0 KiB
#3 Accepted 1ms 204.0 KiB
#4 Accepted 1ms 208.0 KiB
#5 Accepted 1ms 204.0 KiB
#6 Accepted 1ms 204.0 KiB
#7 Accepted 1ms 200.0 KiB
#8 Accepted 1ms 204.0 KiB
#9 Accepted 1ms 200.0 KiB
#10 Accepted 1ms 208.0 KiB

信息

递交者
类型
递交
题目
3# 小胖的表达式(expr)
题目数据
下载
语言
C++
递交时间
2018-11-04 21:30:16
评测时间
2020-01-20 16:00:30
评测机
分数
50
总耗时
14ms
峰值内存
208.0 KiB