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',)
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1013 恢复
 - 语言
 - C++
 - 递交时间
 - 2020-02-11 21:51:04
 - 评测时间
 - 2020-02-11 21:51:04
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes