/ Vijos /

记录详情

Runtime Error

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

信息

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