Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:12:12: warning: suggest parentheses around '+' inside '>>' [-Wparentheses] cin >> a + 1; ~~^~~ /in/foo.cc:15:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for ( int i = 1; i <= n; i++ ) ^~~ /in/foo.cc:26:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' printf("%d",n-f[n][n]); ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1327 回文词
- 语言
- C++
- 递交时间
- 2020-03-24 21:07:51
- 评测时间
- 2020-03-24 21:07:51
- 评测机
- 分数
- 100
- 总耗时
- 625ms
- 峰值内存
- 95.637 MiB