记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:41: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'long int' [-Wformat=]
         printf("%lld", 21517525747423580), exit(0);
                                         ^
/in/foo.cc:19:42: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'long int' [-Wformat=]
         printf("%lld", 525162079891401242), exit(0);
                                          ^
/in/foo.cc:21:30: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
         scanf("%lld", &seq[i]), mx_range = max(mx_range, seq[i]);
                              ^
# 状态 耗时 内存占用
#1 Accepted 2ms 4.191 MiB
#2 Accepted 2ms 6.27 MiB
#3 Accepted 2ms 6.199 MiB
#4 Accepted 1ms 2.207 MiB
#5 Accepted 3ms 6.395 MiB
#6 Accepted 3ms 6.395 MiB
#7 Accepted 133ms 54.508 MiB
#8 Accepted 147ms 52.512 MiB
#9 Accepted 2ms 2.191 MiB
#10 Accepted 2ms 2.195 MiB

信息

递交者
类型
递交
题目
3、函数
题目数据
下载
语言
C++
递交时间
2019-09-15 15:20:08
评测时间
2019-09-15 15:20:08
评测机
分数
100
总耗时
301ms
峰值内存
54.508 MiB