6 lines
59 B
C
6 lines
59 B
C
|
#include <math.h>
|
||
|
int main(void)
|
||
|
{
|
||
|
return (int)sin(0);
|
||
|
}
|