Time Exceeded
/in/foo.cc: In function 'int main()':
/in/foo.cc:13:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 #define fp(i,a,b) for(re int i=a;i<=b;i++)
                   ^
/in/foo.cc:40:7: note: in expansion of macro 'fp'
       fp(i,1,p) vis[i]=0;vis[0]=1;
       ^~
/in/foo.cc:40:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
       fp(i,1,p) vis[i]=0;vis[0]=1;
                          ^~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 小奇的数列(数据弱化版)
 - 语言
 - C++
 - 递交时间
 - 2018-08-09 18:50:37
 - 评测时间
 - 2018-08-09 18:50:37
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - ≥20408ms
 - 峰值内存
 - ≥384.0 KiB