记录详情

Wrong Answer

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

信息

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