摘要: 1 #include <iostream> 2 using namespace std; 3 4 int ans=0; 5 const int N = 8; 6 int a[N][N]={0}; 7 8 void show(){ 9 cout<<"answer:"<<ans<<endl; 10 fo 阅读全文
posted @ 2019-06-30 21:17 xuecl 阅读(403) 评论(0) 推荐(0) 编辑