记录详情

System Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:76:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int j=0;j<str.size();j++)
                     ~^~~~~~~~~~~
/in/foo.cc: In function 'bool topsort()':
/in/foo.cc:37:17: warning: iteration 26 invokes undefined behavior [-Waggressive-loop-optimizations]
         if(vis[i])
            ~~~~~^
/in/foo.cc:36:18: note: within this loop
     for(int i=1;i<=27;++i)
                 ~^~~~
FileNotFoundError('input/input4.txt',)
# 状态 耗时 内存占用
#1 Accepted 1ms 192.0 KiB
#2 Accepted 1ms 212.0 KiB
#3 Accepted 1ms 200.0 KiB
#4 Accepted 1ms 204.0 KiB

信息

递交者
类型
递交
题目
P1013 恢复
语言
C++
递交时间
2020-02-11 21:51:04
评测时间
2020-02-11 21:51:04
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes