基礎練習 特殊迴文數

1 #include<bits/stdc++.h> 2 using namespace std; 3 4 int main(){ 5 int n; 6 cin>>n; 7 vector<int> res; 8 for(int i=1; i<10; i++){ 9 for(int j=0; j<10; j++){ 10
相關文章
相關標籤/搜索