Cod sursa(job #241917)
Utilizator | Data | 11 ianuarie 2009 09:58:11 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.1 kb |
#include <stdio.h>
#include <math.h>
int main()
{
printf("%d",pow(2,4));
return 0;
}