c++实现海战游戏 #include #include using namespace std; int main() { int a[10][10],b[10][10],i,j,x,y,t1=0,t2=0,p1=0,p2=1; ifstream fin("1.txt"); cout