Zmienna bool

#include <iostream>
using namespace std;
int main()
{
    bool x;
    x = 652;
    cout << x << endl;
    return 0;
}
Tagi: