/ Vijos /

记录详情

Accepted

/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 6ms 2.723 MiB
#2 Accepted 8ms 3.328 MiB
#3 Accepted 9ms 3.234 MiB
#4 Accepted 13ms 2.617 MiB
#5 Accepted 5ms 3.094 MiB
#6 Accepted 28ms 2.125 MiB
#7 Accepted 96ms 3.5 MiB
#8 Accepted 27ms 3.344 MiB
#9 Accepted 19ms 3.117 MiB
#10 Accepted 226ms 3.969 MiB

信息

递交者
类型
递交
题目
P1308 埃及分数
语言
C++
递交时间
2018-03-16 20:02:09
评测时间
2018-03-16 20:02:09
评测机
分数
100
总耗时
441ms
峰值内存
3.969 MiB