记录详情

Runtime Error

/in/foo.cc: In function 'std::__cxx11::string zhuanhuan(std::__cxx11::string)':
/in/foo.cc:8:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(i=0;i<t.length();i++)
          ~^~~~~~~~~~~
/in/foo.cc: In function 'void tj(std::__cxx11::string, int*, int)':
/in/foo.cc:15:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<t.length();i++)
              ~^~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:50:6: warning: unused variable 'i' [-Wunused-variable]
  int i;
      ^
# 状态 耗时 内存占用
#1 Runtime Error 1ms 464.0 KiB
#2 Runtime Error 2ms 524.0 KiB
#3 Runtime Error 2ms 464.0 KiB
#4 Accepted 1ms 328.0 KiB
#5 Runtime Error 2ms 460.0 KiB

信息

递交者
类型
递交
比赛
泰院2401程序设计基础作业赛第八场
语言
C++
递交时间
2024-12-09 15:05:22
评测时间
2024-12-09 15:05:22
评测机
分数
20
总耗时
9ms
峰值内存
524.0 KiB