6 lines
62 B
C
6 lines
62 B
C
|
#define m(L) (L'1' + (L))
|
||
|
main ()
|
||
|
{
|
||
|
exit (m (0) != L'1');
|
||
|
}
|