#include
#include
Int main ()
{
Int a, b, I;
Char n [600].
The static char s [10] [6]={
{' 0 ', '},
{' 1 ', ', ', '. ', '? ', '! '},
{' 2 ', 'A', 'B', 'C'},
{' 3 ', 'D', 'E', 'F'},
{' 4 ', 'G' and 'H', 'I'},
{' 5 ', 'J', 'K', 'L'},
{' 6 ', 'M', 'N', 'O'},
{' 7 ', 'P', 'Q', 'R' and 'S'},
{' 8 ', 'T', 'U', 'V'},
{' 9 ', 'W', 'x', 'Y', 'Z'}
};
While (1) {
The scanf (" % s ", & amp; N);
B=n [0] - '0';
A=strlen (n);
Printf (" % c ", s [b] [1] a);
}
return 0;
}
CodePudding user response:
While (the scanf (" % s ", n)!=(EOF)CodePudding user response:
While (the scanf (" % s ", & amp; N)!=(EOF)CodePudding user response: