Niestety, nikt nie powie Ci czym jest FluxBB - musisz go poznać sam!
Nie jesteś zalogowany na forum.
Strony: 1
#include <iostream>
#include <cmath>
#include <iomanip>
using namespace std;
long long int x;
unsigned int y;
int main()
{
x=pow(2,32)-1;
y=x;
cout<<setprecision(20);
cout<<"MAX: "<<y<<endl;
cout<<x<<endl;
cout << sizeof(x) << endl;
return 0;
}
Offline
Strony: 1
[ Wygenerowano w 0.014 sekund, wykonano 9 zapytań - Pamięć użyta: 477.59 kB (Maksimum: 530.88 kB) ]