Compile Error
foo.cc: In function 'int main()':
foo.cc:24:17: error: 'els' was not declared in this scope
24 | els if(sum%2==1&&b==1)cout<<"y";
| ^~~
foo.cc:25:17: error: 'else' without a previous 'if'
25 | else cout<<"n";
| ^~~~
foo.cc:11:23: warning: unused variable 'sum' [-Wunused-variable]
11 | int t,sum=a+b;
| ^~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1209 超级骑士游历问题
- 语言
- C++
- 递交时间
- 2023-05-10 17:47:35
- 评测时间
- 2023-05-10 17:47:35
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes