记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:70:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 for(int i=0;i<jinghao.size();i++)
             ~^~~~~~~~~~~~~~~
/in/foo.cc: In function 'void dfs(int, int, int, int)':
/in/foo.cc:155:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int tj=0;tj<110;tj++)
  ^~~
/in/foo.cc:158:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   l=true;
   ^
# 状态 耗时 内存占用
#1 Accepted 1ms 568.0 KiB
#2 Accepted 1ms 456.0 KiB
#3 Accepted 2ms 700.0 KiB
#4 Accepted 1ms 572.0 KiB

信息

递交者
类型
递交
题目
6 营救公主
比赛
小兰赛 2018/12/2
语言
C++
递交时间
2018-12-02 11:34:31
评测时间
2018-12-02 11:34:31
评测机
分数
100
总耗时
7ms
峰值内存
700.0 KiB