![]() |
#2
peach54602013-12-02 08:16
|
#include <stdio.h>
#include <math.h>
void main()
{
int m=5,k;
k=sqrt(m);
printf("%d,%d",k,sqrt(m));
}
![]() |
#2
peach54602013-12-02 08:16
|
![]() |
#3
yuccn2013-12-02 09:49
|
![]() |
#4
i802862013-12-02 10:19
|
![]() |
#5
blueskiner2013-12-02 10:24
|
![]() |
#6
book_20122013-12-05 18:15
|