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" ) ; ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1819 航空管制
- 语言
- C++
- 递交时间
- 2019-08-05 15:09:15
- 评测时间
- 2019-08-05 15:09:15
- 评测机
- 分数
- 20
- 总耗时
- 1844ms
- 峰值内存
- 480.0 KiB