Accepted
/in/foo.cc:33:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type] main() { ^ /in/foo.cc: In function 'int main()': /in/foo.cc:39:21: warning: suggest parentheses around '+' inside '>>' [-Wparentheses] int mid = l + r >> 1; ~~^~~ /in/foo.cc:43:25: warning: 'ans' may be used uninitialized in this function [-Wmaybe-uninitialized] printf("%lld\n",ans); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1889 天真的因数分解
- 语言
- C++
- 递交时间
- 2018-08-07 21:17:23
- 评测时间
- 2018-08-07 21:17:23
- 评测机
- 分数
- 100
- 总耗时
- 650ms
- 峰值内存
- 3.359 MiB