#821. C++-字符串-判断字符A(’A’)与字符串(“A”)是不是相等

C++-字符串-判断字符A(’A’)与字符串(“A”)是不是相等

Background

Description

判断字符A(’A’)与字符串(“A”)是不是相等。 即’A’==“A”是错误的表达式。 所以相应的代码出现编译错误 image

Format

Input

Output

Samples



Limitation

1s, 1024KiB for each test case.