/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:2:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 #define For(i,j,k) for(int i=j;i<=k;++i)
                    ^
/in/foo.cc:72:3: note: in expansion of macro 'For'
   For(i,1,n+top) head[i]=0;cnt=0;
   ^~~
/in/foo.cc:72:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   For(i,1,n+top) head[i]=0;cnt=0;
                            ^~~
# 状态 耗时 内存占用
#1 Accepted 6ms 436.0 KiB
#2 Accepted 19ms 448.0 KiB
#3 Accepted 18ms 456.0 KiB
#4 Accepted 22ms 448.0 KiB
#5 Accepted 115ms 10.426 MiB
#6 Accepted 109ms 10.324 MiB
#7 Accepted 109ms 10.426 MiB
#8 Accepted 108ms 10.43 MiB
#9 Accepted 109ms 11.312 MiB
#10 Accepted 112ms 10.434 MiB

信息

递交者
类型
递交
题目
P1901 学姐的钱包
语言
C++
递交时间
2018-11-02 14:47:34
评测时间
2018-11-02 14:47:34
评测机
分数
100
总耗时
732ms
峰值内存
11.312 MiB