记录详情

Memory Exceeded

foo.cc: In function ‘int a(int)’:
foo.cc:10:1: warning: no return statement in function returning non-void [-Wreturn-type]
   10 | }
      | ^
foo.cc:3:5: warning: infinite recursion detected [-Winfinite-recursion]
    3 | int a(int m)
      |     ^
foo.cc:8:19: note: recursive call
    8 |         if(j!=0) a(j);
      |                  ~^~~
正在同步测试数据,请稍后
# 状态 耗时 内存占用
#1 Memory Exceeded ≥84ms ≥16.016 MiB
#2 Memory Exceeded ≥85ms ≥16.016 MiB
#3 Memory Exceeded ≥84ms ≥16.016 MiB
#4 Memory Exceeded ≥84ms ≥16.016 MiB
#5 Memory Exceeded ≥85ms ≥16.016 MiB
#6 Memory Exceeded ≥83ms ≥16.016 MiB

信息

递交者
类型
递交
题目
十进制数转换成八进制数
题目数据
下载
语言
C++
递交时间
2018-02-09 10:18:13
评测时间
2024-09-20 17:26:16
评测机
分数
0
总耗时
≥507ms
峰值内存
≥16.016 MiB