C++输出九九乘法表 #include<iostream> #include<stdio.h> #include<stdlib.h> #include <math.h> using namespace std; int main() {