fork download
  1. int main()
  2. {
  3. printf("sin of 30 degress = %f", sin(30*3.14/180));
  4. }
  5.  
Runtime error #stdin #stdout 0s 2248KB
stdin
Standard input is empty
stdout
sin of 30 degress = 0.499770