Compile Error

foo.cc: In function ‘int gcd(int, int)’:
foo.cc:10:5: error: named return values are no longer supported
   10 |     return m==0?n:gcd(m,n%m);
      |     ^~~~~~
foo.cc:23:1: warning: no return statement in function returning non-void [-Wreturn-type]
   23 | }
      | ^

信息

递交者
类型
递交
题目
P1163 超级骑士游历问题
语言
C++
递交时间
2025-08-12 17:50:24
评测时间
2025-08-12 17:50:24
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes