记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:112:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 for(int j=0;j<str.size();j++)
             ~^~~~~~~~~~~
/in/foo.cc:73:17: warning: iteration 26 invokes undefined behavior [-Waggressive-loop-optimizations]
         if(vis[i])
            ~~~~~^
/in/foo.cc:72:18: note: within this loop
     for(int i=1;i<=27;++i)
                 ~^~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 208.0 KiB
#2 Accepted 1ms 220.0 KiB
#3 Accepted 1ms 212.0 KiB
#4 Accepted 1ms 220.0 KiB

信息

递交者
类型
递交
题目
P1013 恢复
比赛
AOG月赛测试题1「2月月赛」
语言
C++
递交时间
2020-02-28 11:42:47
评测时间
2020-02-28 11:42:47
评测机
分数
100
总耗时
6ms
峰值内存
220.0 KiB