/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'double multiplyAndDivision(std::__cxx11::string)':
/in/foo.cc:80:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0; i<a.size(); ++i) {
               ~^~~~~~~~~
/in/foo.cc:92:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0; i<a.size(); ++i) {
               ~^~~~~~~~~
/in/foo.cc:95:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(; j<a.size(); ++j) {
          ~^~~~~~~~~
/in/foo.cc: In function 'double addAndMinus(std::__cxx11::string)':
/in/foo.cc:110:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0; i<a.size(); ++i){
               ~^~~~~~~~~
/in/foo.cc:121:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0; i<a.size(); ++i) {
               ~^~~~~~~~~
/in/foo.cc:124:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(; j<a.size(); ++j) {
          ~^~~~~~~~~
/in/foo.cc: In function 'double bracket(std::__cxx11::string)':
/in/foo.cc:138:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<a.size();++i){
              ~^~~~~~~~~
/in/foo.cc: In function 'double calculate(double, std::__cxx11::string, char)':
/in/foo.cc:73:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 332.0 KiB
#2 Runtime Error 2ms 576.0 KiB
#3 Runtime Error 2ms 432.0 KiB
#4 Runtime Error 2ms 492.0 KiB
#5 Runtime Error 2ms 400.0 KiB
#6 Runtime Error 2ms 428.0 KiB
#7 Runtime Error 2ms 420.0 KiB
#8 Runtime Error 2ms 420.0 KiB
#9 Runtime Error 2ms 428.0 KiB
#10 Wrong Answer 1ms 400.0 KiB
#11 Runtime Error 2ms 480.0 KiB
#12 Runtime Error 2ms 424.0 KiB
#13 Runtime Error 2ms 428.0 KiB
#14 Runtime Error 2ms 424.0 KiB
#15 Wrong Answer 2ms 364.0 KiB
#16 Accepted 2ms 400.0 KiB
#17 Runtime Error 2ms 480.0 KiB
#18 Runtime Error 2ms 404.0 KiB
#19 Runtime Error 2ms 428.0 KiB
#20 Wrong Answer 2ms 400.0 KiB

信息

递交者
类型
递交
题目
P2019 表达式求值2
语言
C++
递交时间
2021-10-20 20:35:26
评测时间
2021-10-20 20:35:26
评测机
分数
5
总耗时
43ms
峰值内存
576.0 KiB