#include using namespace std; #define int long long signed main(){ int a,b,c; cin>>a>>b>>c; if(4*a*c > b*b){ cout<<"imaginary"<