Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:9:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(i<=s.size()){ ~^~~~~~~~~~ /in/foo.cc:16:13: error: invalid operands of types '<unresolved overloaded function type>' and 'int' to binary 'operator<<' stk.push<<((s[i]-'0'*10)+s[i]-'0'); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1033 计算
- 语言
- C++
- 递交时间
- 2024-02-25 17:25:19
- 评测时间
- 2024-02-25 17:25:19
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes