Compile Error
foo.cc: In function ‘int main()’:
foo.cc:7:19: error: ‘Even’ was not declared in this scope
7 | if(x%2==0){cout<<Even;}
| ^~~~
foo.cc:8:13: error: ‘Odd’ was not declared in this scope
8 | else{cout<<Odd;}
| ^~~
foo.cc:4:8: warning: unused variable ‘b’ [-Wunused-variable]
4 | {int x,b;
| ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1476 B. Even or Odd
- 语言
- C++
- 递交时间
- 2024-08-13 22:44:18
- 评测时间
- 2024-08-13 22:44:18
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes