记录详情

System Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:31:27: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%I64d%I64d",&l,&r);
                           ^
/in/foo.cc:31:27: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:32:39: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   printf("%I64d\n",Solve(r)-Solve(l-1));
                                       ^
FileNotFoundError('input/love1.in',)

信息

递交者
类型
递交
题目
B.喜爱
题目数据
下载
语言
C++
递交时间
2018-07-20 18:57:59
评测时间
2018-07-20 18:57:59
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes