记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:41:22: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     int i; cin >> n; for (i = 1; i <= n; i++)
                      ^~~
/in/foo.cc:42:56: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
         scanf("%s", s + 1), l = strlen(s + 1), ins(i); dfs(1);
                                                        ^~~
# 状态 耗时 内存占用
#1 Accepted 5ms 8.355 MiB
#2 Accepted 5ms 8.355 MiB
#3 Accepted 5ms 8.363 MiB
#4 Accepted 24ms 19.5 MiB
#5 Accepted 29ms 14.875 MiB
#6 Accepted 63ms 18.855 MiB
#7 Accepted 97ms 31.098 MiB
#8 Accepted 104ms 34.5 MiB
#9 Accepted 91ms 26.34 MiB
#10 Accepted 68ms 24.355 MiB

信息

递交者
类型
递交
题目
背单词
题目数据
下载
语言
C++
递交时间
2018-08-04 12:14:27
评测时间
2018-08-04 12:16:00
评测机
分数
100
总耗时
496ms
峰值内存
34.5 MiB