Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:34:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 34 | for (int i = 0; i < n; i++) | ^~~ /in/foo.cc:36:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 36 | return 0; | ^~~~~~ /in/foo.cc:37:9: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result] 37 | system("pause"); | ~~~~~~^~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1053 计算矩形面积
- 语言
- C++
- 递交时间
- 2024-04-11 19:41:51
- 评测时间
- 2024-04-11 19:41:51
- 评测机
- 分数
- 10
- 总耗时
- 4ms
- 峰值内存
- 392.0 KiB