/ Vijos /

记录详情

Runtime Error

/in/foo.cc:30:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main(){
      ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:31:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d%d",&a,&b);
                    ^
/in/foo.cc:31:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
# 状态 耗时 内存占用
#1 Accepted 4ms 2.195 MiB
#2 Accepted 5ms 2.867 MiB
#3 Runtime Error 9ms 384.0 KiB
#4 Runtime Error 4ms 372.0 KiB
#5 Runtime Error 8ms 376.0 KiB
#6 Time Exceeded ≥1003ms ≥356.0 KiB
#7 Runtime Error 69ms 328.0 KiB
#8 Wrong Answer 3ms 2.961 MiB
#9 Time Exceeded ≥1003ms ≥368.0 KiB
#10 Time Exceeded ≥1001ms ≥340.0 KiB

信息

递交者
类型
递交
题目
P1308 埃及分数
语言
C++
递交时间
2018-03-16 19:56:58
评测时间
2018-03-16 19:56:58
评测机
分数
20
总耗时
3114ms
峰值内存
2.961 MiB