记录详情

Accepted

foo.cc: In function 'int trans(std::__cxx11::string)':
foo.cc:24:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<str.length();i++)
              ~^~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:49:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<str.length();i++)
              ~^~~~~~~~~~~~~
foo.cc: In function 'int cal(int, int, char)':
foo.cc:38:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^

自豪的采用jd5进行评测(github.com/masnn/jd5)
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB
#2 Accepted 2ms 304.0 KiB
#3 Accepted 3ms 240.0 KiB
#4 Accepted 3ms 264.0 KiB
#5 Accepted 2ms 2.133 MiB

信息

递交者
类型
递交
题目
2-5 二进制表达式求值
语言
C++
递交时间
2020-02-08 15:07:02
评测时间
2020-02-08 15:07:02
评测机
分数
100
总耗时
12ms
峰值内存
2.133 MiB