Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:12:9: warning: unused variable 'jj' [-Wunused-variable] int j,jj=1; ^~ /in/foo.cc:8:8: warning: unused variable 'b' [-Wunused-variable] int a,b,c=1,d,e,f; ^ /in/foo.cc:8:14: warning: unused variable 'd' [-Wunused-variable] int a,b,c=1,d,e,f; ^ /in/foo.cc:8:16: warning: unused variable 'e' [-Wunused-variable] int a,b,c=1,d,e,f; ^ /in/foo.cc:8:18: warning: unused variable 'f' [-Wunused-variable] int a,b,c=1,d,e,f; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1021 乒乓计数
- 语言
- C++
- 递交时间
- 2024-10-13 21:07:18
- 评测时间
- 2024-10-13 21:07:18
- 评测机
- 分数
- 100
- 总耗时
- 47914ms
- 峰值内存
- 213.84 MiB