Wrong Answer
/in/foo.cc: In function 'void st(int)':
/in/foo.cc:37:40: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
ST[i][j]=max1(ST[i][j-1],ST[i+pow2(j-1)][j-1]);
~^~
/in/foo.cc:8:21: note: in definition of macro 'pow2'
#define pow2(x) (1<<x)
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1514 天才的记忆
- 语言
- C++
- 递交时间
- 2019-12-20 13:25:55
- 评测时间
- 2019-12-20 13:25:55
- 评测机
- 分数
- 60
- 总耗时
- 266ms
- 峰值内存
- 17.848 MiB