Get Mystery Box with random crypto!

#include #include using namespace std; int main(){ float | Coding Uz ( C )

#include
#include
using namespace std;
int main(){
float a,x,y,z;
cout<<"x="; cin>>x;
cout<<"y="; cin>>y;
cout<<"z="; cin>>z;
a=pow(2,-x)*sqrt(x+pow(fabs(y),1./4))*exp(x/3-1/(3*sin(z)));
cout<<"a="<

}