/ Vijos /

记录详情

Runtime Error

/in/foo.cc:31:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main(){
      ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:32: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:32:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
# 状态 耗时 内存占用
#1 Accepted 4ms 2.625 MiB
#2 Accepted 5ms 4.0 MiB
#3 Runtime Error 18ms 264.0 KiB
#4 Runtime Error 7ms 256.0 KiB
#5 Runtime Error 15ms 356.0 KiB
#6 Time Exceeded ≥1004ms ≥256.0 KiB
#7 Runtime Error 77ms 384.0 KiB
#8 Wrong Answer 6ms 4.102 MiB
#9 Time Exceeded ≥1003ms ≥348.0 KiB
#10 Time Exceeded ≥1005ms ≥360.0 KiB

信息

递交者
类型
递交
题目
P1308 埃及分数
语言
C++
递交时间
2018-03-16 20:01:10
评测时间
2018-03-16 20:01:10
评测机
分数
20
总耗时
3148ms
峰值内存
4.102 MiB