/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In member function 'void hashTable::display(int)':
/in/foo.cc:30:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 #define REP(i, n) for (int i=0;i<n;++i)
                   ^
/in/foo.cc:531:9: note: in expansion of macro 'REP'
         REP(i, m+1) cout << b[i] << " "; cout <<endl;
         ^~~
/in/foo.cc:531:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
         REP(i, m+1) cout << b[i] << " "; cout <<endl;
                                          ^~~~
/in/foo.cc: In function 'void match()':
/in/foo.cc:30:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 #define REP(i, n) for (int i=0;i<n;++i)
                   ^
/in/foo.cc:578:13: note: in expansion of macro 'REP'
             REP(i, m+1) b[i] = bb[i]; lt = _lt; up = _up;
             ^~~
/in/foo.cc:578:39: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
             REP(i, m+1) b[i] = bb[i]; lt = _lt; up = _up;
                                       ^~
/in/foo.cc:30:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 #define REP(i, n) for (int i=0;i<n;++i)
                   ^
/in/foo.cc:587:13: note: in expansion of macro 'REP'
             REP(i, m+1) b[i] = bb[i]; lt = _lt; up = _up;
             ^~~
/in/foo.cc:587:39: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
             REP(i, m+1) b[i] = bb[i]; lt = _lt; up = _up;
                                       ^~
# 状态 耗时 内存占用
#1 Accepted 5ms 8.25 MiB
#2 Accepted 286ms 8.5 MiB
#3 Accepted 260ms 8.625 MiB
#4 Accepted 5ms 8.332 MiB
#5 Accepted 60ms 8.375 MiB
#6 Accepted 83ms 8.375 MiB
#7 Accepted 123ms 8.5 MiB
#8 Accepted 85ms 8.375 MiB
#9 Accepted 20ms 8.375 MiB
#10 Accepted 13ms 8.344 MiB

信息

递交者
类型
递交
题目
电路板
语言
C++
递交时间
2017-05-06 16:14:22
评测时间
2017-05-06 16:14:22
评测机
分数
100
总耗时
943ms
峰值内存
8.625 MiB