Consider the following two statements:
S1: printf("i=%d", i);
S2: printf("%d", *(*p + 2));
The statements S1 and S2 are sent to the lexical analyzer. Let the number of tokens generated for the statement S1 is 'a' and for S2 is 'b'. The value of a+10b is _____.
1
137
2
140
3
127
4
115