fork download
  1. #include <iostream>
  2. #include <math.h>
  3.  
  4.  
  5. using namespace std;
  6.  
  7. int main(){
  8. cout << asin (1/2) ;
  9. }
Success #stdin #stdout 0s 5284KB
stdin
-2
1
stdout
Standard output is empty