Accepted
foo.c: In function 'main':
foo.c:9:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ^~~~~~~~~~~~~~
foo.c:14:7: warning: 'ans' may be used uninitialized in this function [-Wmaybe-uninitialized]
   ans += n % 10;
   ~~~~^~~~~~~~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - A4-1 回文数专题:数字之和
 - 语言
 - C
 - 递交时间
 - 2021-07-21 10:34:55
 - 评测时间
 - 2021-07-21 10:34:55
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 6ms
 - 峰值内存
 - 280.0 KiB