记录详情

Runtime Error

foo.cc: In function ‘int main()’:
foo.cc:45:23: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long long int’ [-Wformat=]
   45 |         else printf("%d\n",qmi(n-2));
      |                      ~^    ~~~~~~~~
      |                       |       |
      |                       int     long long int
      |                      %lld
# 状态 耗时 内存占用
#1 Runtime Error Floating point exception 2ms 504.0 KiB
#2 Runtime Error Floating point exception 2ms 760.0 KiB
#3 Accepted 2ms 504.0 KiB
#4 Accepted 2ms 504.0 KiB
#5 Accepted 2ms 504.0 KiB

信息

递交者
类型
递交
题目
P1003 斐波那契
语言
C++
递交时间
2025-04-04 16:16:28
评测时间
2025-04-04 16:16:28
评测机
分数
60
总耗时
12ms
峰值内存
760.0 KiB