记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:22: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%ld%ld",&l,&r);
                      ^
/in/foo.cc:6:22: warning: format '%ld' expects argument of type 'long int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:7:22: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%ld %ld",l,r);
                      ^
/in/foo.cc:7:22: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'long long int' [-Wformat=]
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 208.0 KiB

信息

递交者
类型
自测
题目
【模板】序列前缀和
语言
C++
递交时间
2021-06-11 21:40:10
评测时间
2021-06-11 21:40:10
评测机
分数
0
总耗时
1ms
峰值内存
208.0 KiB