记录详情

Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
 scanf("%d %d",&a,&n);
                    ^
/in/foo.cc:7:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:12:28: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
 printf("%ld %ld\n",i,sum[i]);
                            ^
/in/foo.cc:12:28: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=]
# 状态 耗时 内存占用
#1 Time Exceeded ≥1007ms ≥256.0 KiB
#2 Time Exceeded ≥1002ms ≥368.0 KiB
#3 Time Exceeded ≥1005ms ≥372.0 KiB
#4 Time Exceeded ≥1003ms ≥384.0 KiB
#5 Time Exceeded ≥1005ms ≥256.0 KiB

信息

递交者
类型
递交
题目
计算次方
题目数据
下载
语言
C++
递交时间
2018-09-21 22:45:56
评测时间
2018-09-21 22:45:56
评测机
分数
0
总耗时
≥5024ms
峰值内存
≥384.0 KiB