@ -1,13 +1,12 @@
#include <iostream>
void print(int x)
{
std::cout << x;
}
int main()
if(-1)
std::cout << "-1 is true\n";
if(2)
std::cout << "2 is true\n";
if(1)
std::cout << "1 is true\n";
if(!0)
std::cout << "0 is false\n";
print(static_cast<int>(5.5F));
return 0;
The note is not visible to the blocked user.