fork download
  1. #include <iostream>
  2. #include <math.h>
  3. using namespace std;
  4. int main()
  5. {
  6. int a=167,b=218,c=452;
  7. int d=(sqrt(sqrt(pow((a/b),10))-(fabs(c))));
  8. int e=d%6;
  9. char m='Привет';
  10. cout<<d<<endl<<e<<endl<<m<<endl;
  11. return 0;
  12. }
Success #stdin #stdout 0s 3096KB
stdin
Standard input is empty
stdout
-2147483648
-2
�