I was doing this question on spoj
http://www.spoj.pl/problems/HAJIME/ I devised two methods which are these but I am getting wrong answer everytime ? What is wrong with my solution ?
typedef/**/struct{unsigned/**/int/**/aku;char*/**/const/**/soku;}zan;
typedef/**/struct{struct{unsigned/**/int/**/aku;};struct{char*const/**/soku;};}zan;
/**/comment trick. – Michael Burr Feb 11 at 1:13