#1677. C++-判断-if语句中"="和"=="的区别,if语句使用"=="(2个等于号)判断
C++-判断-if语句中"="和"=="的区别,if语句使用"=="(2个等于号)判断
Background
Description
C++-判断-if语句中"="和""的区别,if语句使用""(2个等于号)判断
Format
Input
Output
Samples
5
5
a,b=5
5
6
a,b=Unequal
6
5
a,b=Unequal
Limitation
1s, 1024KiB for each test case.