Accepted
foo.cc: In function 'int main()':
foo.cc:15:16: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=]
   15 |     printf("%lld\n", ans);
      |             ~~~^     ~~~
      |                |     |
      |                |     int
      |                long long int
      |             %d
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1117 找满足条件的素数(2)
 - 语言
 - C++
 - 递交时间
 - 2022-06-12 11:31:41
 - 评测时间
 - 2022-06-12 11:31:41
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 5ms
 - 峰值内存
 - 384.0 KiB