Accepted
foo.cc:4: warning: ignoring ‘#pragma GCC optimaze’ [-Wunknown-pragmas] 4 | #pragma GCC optimaze(3) | foo.cc: In function ‘int main()’: foo.cc:12:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 12 | for(int i=1;i<=n;i++)cin>>a[i];cin>>m; | ^~~ foo.cc:12:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 12 | for(int i=1;i<=n;i++)cin>>a[i];cin>>m; | ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1514 天才的记忆
- 语言
- C++
- 递交时间
- 2024-08-12 10:55:57
- 评测时间
- 2024-08-12 10:55:57
- 评测机
- 分数
- 100
- 总耗时
- 375ms
- 峰值内存
- 25.914 MiB