脑算
查看原帖
脑算
1351366
1to2to3to4楼主2024/11/29 13:28

脑算要先看百位 1 2 3 1 2 4 1 2 5 1 3 4 1 3 5 1 3 6 ······ 3 6 9 !!!注意5不在个位!!!

#include<bits/stdc++.h>
using namespace std;
int main()
{
	cout<<"192 384 576"<<endl<<"219 438 657"<<endl<<"273 546 819"<<endl<<"327 654 981";
	return 0;
}
2024/11/29 13:28
加载中...