Wrong Answer
foo.cc: In function ‘int w(int, int, int)’: foo.cc:9:37: warning: left operand of comma operator has no effect [-Wunused-value] 9 | else if(a<b and b<c)return (a,b,c-1)+w(a,b-1,c-1)-w(a,b-1,c-1); | ^ foo.cc:9:43: warning: right operand of comma operator has no effect [-Wunused-value] 9 | else if(a<b and b<c)return (a,b,c-1)+w(a,b-1,c-1)-w(a,b-1,c-1); | ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1080 Function(Function(F...
- 语言
- C++
- 递交时间
- 2024-03-31 21:38:29
- 评测时间
- 2024-03-31 21:38:29
- 评测机
- 分数
- 0
- 总耗时
- 3ms
- 峰值内存
- 536.0 KiB