Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:17:8: warning: statement has no effect [-Wunused-value]
    l%10==x;
    ~~~~^~~
/in/foo.cc:20:8: warning: statement has no effect [-Wunused-value]
    l%10==x;
    ~~~~^~~
/in/foo.cc:24:8: warning: 'ans' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<ans<<endl;
        ^~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 计数问题
 - 语言
 - C++
 - 递交时间
 - 2018-08-25 21:43:14
 - 评测时间
 - 2018-08-25 21:43:14
 - 评测机
 
- 分数
 - 10
 - 总耗时
 - 38ms
 - 峰值内存
 - 376.0 KiB