Compile Error
/in/foo.cc: In function 'bool AllisNum(std::__cxx11::string)': /in/foo.cc:6:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i<s.size(); i++) ^ /in/foo.cc:7:8: error: expected ';' before '{' token 37 { ^ /in/foo.cc:28:1: warning: statement has no effect [-Wunused-value] } ^ /in/foo.cc:28:1: error: expected '}' at end of input /in/foo.cc:28:1: warning: no return statement in function returning non-void [-Wreturn-type]
信息
- 递交者
- 类型
- 递交
- 题目
- P1059 数字字串
- 语言
- C++
- 递交时间
- 2023-03-17 00:11:43
- 评测时间
- 2023-03-17 00:11:43
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes