记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:21: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long int*' [-Wformat=]
  scanf("%d %d",&m,&n);
                     ^
/in/foo.cc:13:21: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long int*' [-Wformat=]
/in/foo.cc:15:20: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%d",sum[n]);
                    ^
# 状态 耗时 内存占用
#1 Runtime Error 6ms 2.75 MiB
#2 Runtime Error 5ms 1.09 MiB
#3 Runtime Error 6ms 1.086 MiB
#4 Runtime Error 5ms 984.0 KiB
#5 Runtime Error 6ms 2.828 MiB

信息

递交者
类型
递交
题目
蜜蜂路线
题目数据
下载
语言
C++
递交时间
2018-01-11 21:31:52
评测时间
2018-01-11 21:31:52
评测机
分数
0
总耗时
29ms
峰值内存
2.828 MiB