记录详情

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 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 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 5ms 2.375 MiB
#2 Runtime Error 5ms 1.082 MiB
#3 Runtime Error 5ms 2.375 MiB
#4 Runtime Error 4ms 1.0 MiB
#5 Runtime Error 6ms 2.461 MiB

信息

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