/ Vijos /

记录详情

Accepted

/in/foo.cc:32:0: warning: ignoring #pragma comment  [-Wunknown-pragmas]
 #pragma comment(linker, "/STACK:102400000,102400000")
 
/in/foo.cc: In function 'void work()':
/in/foo.cc:3:18: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 #define For(i,n) for(int i=1;i<=n;i++)
                  ^
/in/foo.cc:187:4: note: in expansion of macro 'For'
    For(i,ans1[0]) printf(" %d",ans1[i]);puts("");
    ^~~
/in/foo.cc:187:41: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    For(i,ans1[0]) printf(" %d",ans1[i]);puts("");
                                         ^~~~
/in/foo.cc:3:18: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 #define For(i,n) for(int i=1;i<=n;i++)
                  ^
/in/foo.cc:189:4: note: in expansion of macro 'For'
    For(i,Q) printf(" %d",ans[i]);puts("");
    ^~~
/in/foo.cc:189:34: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    For(i,Q) printf(" %d",ans[i]);puts("");
                                  ^~~~
# 状态 耗时 内存占用
#1 Accepted 38ms 5.73 MiB
#2 Accepted 40ms 6.754 MiB
#3 Accepted 40ms 5.465 MiB
#4 Accepted 42ms 6.102 MiB
#5 Accepted 51ms 7.031 MiB
#6 Accepted 58ms 6.742 MiB
#7 Accepted 62ms 5.887 MiB
#8 Accepted 71ms 6.273 MiB
#9 Accepted 74ms 6.285 MiB
#10 Accepted 76ms 6.324 MiB

信息

递交者
类型
递交
题目
P2054 热闹的聚会与尴尬的聚会
语言
C++
递交时间
2019-05-05 06:04:32
评测时间
2019-05-07 01:48:20
评测机
分数
100
总耗时
556ms
峰值内存
7.031 MiB