対称性のある式の例
main()
{
int a[]={1,10,100};;
int p=2;
int * q=a;
int x=1;
int o=2;
struct s{ int x; };
struct s * d=0;
int b=3;
int l=4;
o=!(--p*!*q--)!=o;
(p*=x=*q);
++p**q++;
l<d->x|x<-b>l;
}
意味は無い。
Go to list of users who liked
More than 5 years have passed since last update.
対称性のある式の例
main()
{
int a[]={1,10,100};;
int p=2;
int * q=a;
int x=1;
int o=2;
struct s{ int x; };
struct s * d=0;
int b=3;
int l=4;
o=!(--p*!*q--)!=o;
(p*=x=*q);
++p**q++;
l<d->x|x<-b>l;
}
意味は無い。
Register as a new user and use Qiita more conveniently
Go to list of users who liked