Time Exceeded
foo.cc: In function ‘int main()’: foo.cc:6:33: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 6 | cin>>n;if(n==pow(2,31)){for(int i=1;i<=31;i++) | ^~~ foo.cc:7:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 7 | cout<<2<<" "; return 0;} | ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1770 分解质因子
- 语言
- C++
- 递交时间
- 2024-08-18 17:10:19
- 评测时间
- 2024-08-18 17:10:19
- 评测机
- 分数
- 90
- 总耗时
- ≥1577ms
- 峰值内存
- ≥764.0 KiB