Runtime Error
foo.cpp: In function 'int main()': foo.cpp:8:7: warning: unused variable 'k' [-Wunused-variable] char k,d[100]; ^ foo.cpp:9:14: warning: unused variable 'aa' [-Wunused-variable] int a=0,b=0,aa=0,bb=0,i=0; ^~ foo.cpp:9:19: warning: unused variable 'bb' [-Wunused-variable] int a=0,b=0,aa=0,bb=0,i=0; ^~ foo.cpp:10:15: warning: 'd[-1]' is used uninitialized in this function [-Wuninitialized] for(i=0;d[i-1]!='E';i++) ~~~~~^
信息
- 递交者
- 类型
- 递交
- 题目
- P1217 乒乓球
- 语言
- C++
- 递交时间
- 2017-03-12 21:23:11
- 评测时间
- 2017-03-12 21:23:11
- 评测机
- 分数
- 30
- 总耗时
- 592ms
- 峰值内存
- 3.0 MiB