原创 1-100中含9個數

#include<stdio.h> int main() { int i,j,S=0; for(i=0;i<=9;i++) { for(j=0;j<10;j++) { if(j==9||i==9) S++;