Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:8:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  if(ch='+')
           ^
/in/foo.cc:10:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  if(ch='-')
           ^
  信息
- 递交者
 - 类型
 - 自测
 - 题目
 - 3-5 计算器
 - 语言
 - C++
 - 递交时间
 - 2024-08-14 20:28:04
 - 评测时间
 - 2024-08-14 20:28:04
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 2ms
 - 峰值内存
 - 356.0 KiB