Time Exceeded
/in/foo.cc: In function 'int main()':
/in/foo.cc:16:42: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'bool*' [-Wformat=]
scanf ("%d%d",&e[i].vis[j],&e[i].num[j]);
^
/in/foo.cc:33:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
if (now != e[f].num[x])
^
/in/foo.cc:19:7: warning: variable 'flag' set but not used [-Wunused-but-set-variable]
bool flag = false;
^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1787 寻宝
- 语言
- C++
- 递交时间
- 2019-09-18 18:43:25
- 评测时间
- 2019-09-18 18:43:25
- 评测机
- 分数
- 0
- 总耗时
- ≥15063ms
- 峰值内存
- ≥5.066 MiB