记录详情

Runtime Error

foo.cpp: In function 'int_ main()':
foo.cpp:42:15: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d",&N);
               ^
foo.cpp:53:20: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%d\n",F[N]);
                    ^
# 状态 耗时 内存占用
#1 Runtime Error 187ms 31.742 MiB
#2 Runtime Error 187ms 31.738 MiB
#3 Runtime Error 203ms 31.75 MiB
#4 Runtime Error 203ms 31.742 MiB
#5 Wrong Answer 46ms 31.738 MiB
#6 Runtime Error 203ms 31.738 MiB
#7 Runtime Error 171ms 31.742 MiB
#8 Runtime Error 171ms 31.746 MiB
#9 Runtime Error 156ms 31.676 MiB
#10 Runtime Error 171ms 31.738 MiB

信息

递交者
类型
递交
题目
内存分配
语言
C++
递交时间
2017-03-17 17:35:21
评测时间
2017-03-17 17:35:21
评测机
分数
0
总耗时
1698ms
峰值内存
31.75 MiB