Programming 01

馃煝聽諑铡謤摘崭謧诈盏崭謧斩 5

曰諡斩展 寨湛蘸斋 债謤铡眨斋謤炸:
#include <iostream> 
int main() {
	int b = 100;
	int a = 100;
	bool c = a == b;
	std::cout << c << std::endl;
}
To check your solution you need to sign in
Sign in to continue