标签:bsp return col pre out == 关键点 pac str
基本思想:
无;
关键点:
无;
#include<iostream> #include<vector> #include<algorithm> #include<string> #include<cmath> #include<set> #include<map> using namespace std; const int maxn = 10010; int main() { int n; for (int i = 0; i < 10; i++) { for (int j = 0; j < 10; j++) { for (int k = 0; k < 10; k++) { if (i * 100 + j * 10 + k + j * 100 + k * 10 + k == 532) { cout << i << " " << j << " " << k << endl; } } } } return 0; }
标签:bsp return col pre out == 关键点 pac str
原文地址:https://www.cnblogs.com/songlinxuan/p/12399002.html