记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:15:38: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'double' [-Wformat=]
         printf("%lld", 1LL * 18 * 1e7), exit(0);
                                      ^
/in/foo.cc:17: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 220.0 KiB
#2 Accepted 2ms 224.0 KiB
#3 Accepted 2ms 348.0 KiB
#4 Wrong Answer 1ms 224.0 KiB
#5 Accepted 3ms 732.0 KiB
#6 Accepted 3ms 820.0 KiB
#7 Accepted 210ms 50.531 MiB
#8 Accepted 224ms 50.902 MiB
#9 Runtime Error 31ms 42.938 MiB
#10 Runtime Error 31ms 43.02 MiB

信息

递交者
类型
递交
题目
3、函数
题目数据
下载
语言
C++
递交时间
2019-09-15 15:18:07
评测时间
2019-09-15 15:18:07
评测机
分数
70
总耗时
512ms
峰值内存
50.902 MiB