记录详情

Accepted

foo.cc: In function 'void dfs(ll, ll)':
foo.cc:19:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(!n) return; n--;
  ^~
foo.cc:19:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if(!n) return; n--;
                 ^
foo.cc:21:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(t) k^=(1llu<<n)-1; dfs(n,k);
  ^~
foo.cc:21:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if(t) k^=(1llu<<n)-1; dfs(n,k);
                        ^~~

自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
正在同步测试数据,请稍后
{"receive":"2020-07-30T14:17:51.869Z","handle":"2020-07-30T14:17:51.869Z","cache_start":"2020-07-30T14:17:51.913Z","read_cases":"2020-07-30T14:17:52.514Z","judge":"2020-07-30T14:17:52.515Z","done":"2020-07-30T14:17:54.691Z"}
# 状态 耗时 内存占用
#1 Accepted 1ms 652.0 KiB
#2 Accepted 1ms 732.0 KiB
#3 Accepted 1ms 256.0 KiB
#4 Accepted 1ms 256.0 KiB
#5 Accepted 0ms 256.0 KiB
#6 Accepted 0ms 256.0 KiB
#7 Accepted 0ms 256.0 KiB
#8 Accepted 0ms 256.0 KiB
#9 Accepted 0ms 256.0 KiB
#10 Accepted 0ms 256.0 KiB

信息

递交者
类型
递交
题目
P1001 格雷码
语言
C++
递交时间
2020-07-30 22:17:51
评测时间
2020-07-30 22:17:51
评测机
分数
100
总耗时
10ms
峰值内存
732.0 KiB