/ 老祺 /

记录详情

Wrong Answer

/in/foo.cc: In function 'void GetCount(std::__cxx11::string, int*)':
/in/foo.cc:19:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int i=0; i<s.length()-1; i++)
                 ~^~~~~~~~~~~~~
/in/foo.cc: In function 'int FindMax(int*, int)':
/in/foo.cc:39:9: warning: 'max' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return max;
         ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:33:6: warning: 'max' may be used uninitialized in this function [-Wmaybe-uninitialized]
  int max;
      ^~~
# 状态 耗时 内存占用
#1 Accepted 5ms 4.078 MiB
#2 Wrong Answer 5ms 4.043 MiB
#3 Wrong Answer 5ms 4.055 MiB
#4 Accepted 5ms 4.07 MiB
#5 Accepted 6ms 4.082 MiB

信息

递交者
类型
递交
题目
P1049 6-10 哪个字母对用得最多
语言
C++
递交时间
2021-06-06 13:18:28
评测时间
2021-06-06 13:18:28
评测机
分数
60
总耗时
29ms
峰值内存
4.082 MiB