Accepted
foo.cc: In function 'int main()':
foo.cc:9:25: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
    9 |                 scanf("%d",&a);
      |                        ~^  ~~
      |                         |  |
      |                         |  long long int*
      |                         int*
      |                        %lld
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1232 B 约数(Easy)
 - 比赛
 - 2022暑期青少年社团(告别赛)
 - 语言
 - C++
 - 递交时间
 - 2022-08-21 18:44:00
 - 评测时间
 - 2022-08-21 18:44:00
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 29ms
 - 峰值内存
 - 256.0 KiB