Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:10:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i<strlen(a);i++){ ^ /in/foo.cc:24:8: warning: statement has no effect [-Wunused-value] for(j;j>=0;j--) cout<<b[j]; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1183 2进转10进(1334简易版)
- 语言
- C++
- 递交时间
- 2023-03-19 14:27:06
- 评测时间
- 2023-03-19 14:27:06
- 评测机
- 分数
- 10
- 总耗时
- 238ms
- 峰值内存
- 192.0 KiB