/ fastle /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:3:22: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 #define REP(i,st,ed) for(register int i=st,i##end=ed;i<=i##end;++i)
                      ^
/in/foo.cc:61:2: note: in expansion of macro 'REP'
  REP(i,1,n+1) E.a[i][i]=1;A[0]=E;
  ^~~
/in/foo.cc:61:27: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  REP(i,1,n+1) E.a[i][i]=1;A[0]=E;
                           ^
/in/foo.cc:3:22: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 #define REP(i,st,ed) for(register int i=st,i##end=ed;i<=i##end;++i)
                      ^
/in/foo.cc:62:2: note: in expansion of macro 'REP'
  REP(i,1,n+1) A[0].a[1][i]=1;ans[n+1]=1;
  ^~~
/in/foo.cc:62:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  REP(i,1,n+1) A[0].a[1][i]=1;ans[n+1]=1;
                              ^~~
# 状态 耗时 内存占用
#1 Accepted 171ms 712.0 KiB
#2 Accepted 177ms 756.0 KiB
#3 Accepted 5ms 3.07 MiB
#4 Accepted 5ms 1.145 MiB
#5 Accepted 6ms 1.16 MiB
#6 Accepted 19ms 1.094 MiB
#7 Accepted 25ms 1.098 MiB
#8 Accepted 23ms 1.094 MiB
#9 Accepted 14ms 1.023 MiB
#10 Accepted 3ms 3.449 MiB
#11 Accepted 167ms 876.0 KiB
#12 Accepted 130ms 964.0 KiB
#13 Accepted 200ms 1004.0 KiB
#14 Accepted 442ms 1004.0 KiB
#15 Accepted 141ms 960.0 KiB
#16 Accepted 580ms 840.0 KiB
#17 Accepted 4ms 3.199 MiB

信息

递交者
类型
递交
题目
P1000 Rudy与k进制
比赛
OJ测试场
语言
C++
递交时间
2019-03-18 19:01:30
评测时间
2019-03-18 19:01:30
评测机
分数
100
总耗时
2121ms
峰值内存
3.449 MiB