1 条题解

  • 0
    @ 2024-10-4 15:07:32
    #include<bits/stdc++.h>
    using namespace std;
    
    int main(){
    	int i,j;
    	int a;
    	for(i=1;i<=a;i++){
    		for(j=1;j<=a;j++){
    			cout<<j<<"X"<<i<<"="<<i*j<<" ";
    		}cout<<endl;
    	}
    	
    	return 0;
    }
    

    信息

    ID
    124
    时间
    1000ms
    内存
    256MiB
    难度
    7
    标签
    递交数
    13
    已通过
    9
    上传者