Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:9:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i =0 ; i < a.length(); i++)
                 ~~^~~~~~~~~~~~
/in/foo.cc:24:14: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses]
  else if(numa==numb==numc)
          ~~~~^~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 谁更聪明?
 - 比赛
 - 2019-1-24寒假集训3
 - 语言
 - C++
 - 递交时间
 - 2019-01-24 11:56:17
 - 评测时间
 - 2019-01-24 14:01:11
 - 评测机
 
- 分数
 - 20
 - 总耗时
 - 17ms
 - 峰值内存
 - 216.0 KiB