Mai intai trebuie sa te autentifici.
Cod sursa(job #1576579)
Utilizator | Data | 22 ianuarie 2016 16:33:15 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.37 kb |
#include <iostream>
using namespace std;
int main()
{
short int a;
short b;
unsigned short int c;
unsigned short d;
int e;
long int g;
long h;
unsigned int f;
long long i;
long long int k;
unsigned long long j;
cout << "\nDimensiunea lui j : " << sizeof(a) << a+1 << endl;
return 0;
}