Wrong Answer

foo.cc: In function 'int main()':
foo.cc:18:11: warning: pointer to a function used in arithmetic [-Wpointer-arith]
   18 |  cout<<gcd+1;
      |        ~~~^~
foo.cc:12:8: warning: unused variable 'm' [-Wunused-variable]
   12 |  int c,m,n,a[100];
      |        ^
foo.cc:12:10: warning: unused variable 'n' [-Wunused-variable]
   12 |  int c,m,n,a[100];
      |          ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 1, expect 3. 1ms 384.0 KiB
#2 Accepted 1ms 384.0 KiB

信息

递交者
类型
递交
题目
P1081 函数-递归3
语言
C++
递交时间
2022-07-14 21:35:24
评测时间
2022-07-14 21:35:24
评测机
分数
50
总耗时
3ms
峰值内存
384.0 KiB