Thank you for your advice
CodePudding user response:
Sample not to 7, 7 digital tube font is controversial,CodePudding user response:
# include & lt; Assert. H>
# include & lt; Stdio. H>
# include & lt; Stdlib. H>
# include & lt; String. H>
Int
The main (void)
{
Int I, n;
Int j, m;
Char [100 s + 1];
/*
* -- -- -- -- -- -- -- -- -... -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
* | | | | | | | | | | | | | |
* | | | -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- --
* | | | | | | | | | | | | |
* - '-- -- -- -- -- -- -- -- -- -- -- -' -- -- -- -- -- -
*
* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
*/
Int h []={2, 0, 3, 3, 1, 3, 3, 1, 3, 3};
Int v []={4, 2, 2, 2, 3, 2, 3, 2, 4, 4};
Int the hs, v;
Assert (1==the scanf (" % d ", & amp; N));
Assert (n & gt; 0);
for (i=0; I & lt; n; I++) {
Assert (1==the scanf (" % s ", s));
M=strlen (s);
If (0==m)
continue;
The hs=0;
V=0;
For (j=0; J & lt; m; J++) {
Hs +=h [s [j] - '0');
V +=v [s [j] - '0');
}
Printf (" % d % d \ n ", hs, v);
}
return 0;
}