here is one method to produce the desired results #include <stdio.h> int main( void ) { char n[3]={'A','B','C'}; int s[3][4] = { {90,50,100 ...
確定! 回上一頁