Runtime Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:85:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(i=pos;i<strlen(s);i++)
~^~~~~~~~~~
/in/foo.cc:95:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(; i<strlen(s); i++)
~^~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1230 数的朗读
- 语言
- C++
- 递交时间
- 2019-03-26 18:28:46
- 评测时间
- 2019-03-26 18:28:46
- 评测机
- 分数
- 0
- 总耗时
- 17ms
- 峰值内存
- 212.0 KiB