Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] web/email now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as C++ by registered user adam ( 13 years ago )
#include <cstdio>
#include <cmath>

int main()
{
  int liczba = -994;

  int ilosc_cyfr = ceil( log10( fabs(liczba) ) );

  printf("Ilosc cyfr: %d\n", ilosc_cyfr);

  return 0;
}

 

Revise this Paste

Children: 53619
Your Name: Code Language: