/ OPS /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=0;i<m.length();i++){
                ^
/in/foo.cc:14:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(cnt>m.length()/2) cout<<"Yes"<<endl;
         ^
# 状态 耗时 内存占用
#1 Accepted 2ms 196.0 KiB

信息

递交者
类型
递交
语言
C++
递交时间
2023-04-08 18:39:01
评测时间
2023-04-08 18:39:01
评测机
分数
10
总耗时
2ms
峰值内存
196.0 KiB