Compile Error

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
foo.cc:16:13: error: expected '}' at end of input
   16 |     return 0;
      |             ^
foo.cc:6:12: note: to match this '{'
    6 | int main() {
      |            ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1117 找满足条件的素数(2)
语言
C++
递交时间
2022-06-12 11:31:31
评测时间
2022-06-12 11:31:31
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes