Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:5:8: warning: unused variable 'i' [-Wunused-variable] int n,i,j; ^ /in/foo.cc:5:10: warning: unused variable 'j' [-Wunused-variable] int n,i,j; ^ /in/foo.cc:7:10: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized] for(int i=i;i<=n;i++) ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1049 *组成的图形(1)
- 语言
- C++
- 递交时间
- 2024-03-29 15:56:02
- 评测时间
- 2024-03-29 15:56:02
- 评测机
- 分数
- 0
- 总耗时
- 3ms
- 峰值内存
- 352.0 KiB