/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:22: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 #define rep( i , x ) for ( int i = 0 ; i ++ < x ; )
                      ^
/in/foo.cc:68:5: note: in expansion of macro 'rep'
     rep( i , n ) printf( "%d " , ans[ i ] ) ; printf( "\n" ) ;
     ^~~
/in/foo.cc:68:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     rep( i , n ) printf( "%d " , ans[ i ] ) ; printf( "\n" ) ;
                                               ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 344.0 KiB
#2 Accepted 1ms 228.0 KiB
#3 Wrong Answer 1ms 220.0 KiB
#4 Wrong Answer 24ms 480.0 KiB
#5 Wrong Answer 37ms 468.0 KiB
#6 Wrong Answer 63ms 472.0 KiB
#7 Wrong Answer 295ms 468.0 KiB
#8 Wrong Answer 479ms 472.0 KiB
#9 Wrong Answer 473ms 468.0 KiB
#10 Wrong Answer 466ms 472.0 KiB

信息

递交者
类型
递交
题目
P1819 航空管制
语言
C++
递交时间
2019-08-05 15:09:15
评测时间
2019-08-05 15:09:15
评测机
分数
20
总耗时
1844ms
峰值内存
480.0 KiB