🟢 Վարժություն 3

Ի՞նչ կտպի ծրագիրը։
#include <iostream>
int main() {
	bool a = 100;
	std::cout << a << std::endl;
}
To check your solution you need to sign in
Sign in to continue