CCF-2019-12-2

#include<iostream> using namespace std; struct pos {        int x;        int y;        bool verify;        int score; }; int main() {        int n;        cin >> n;        pos * loca = new pos[n];   
本站公眾號
   歡迎關注本站公眾號,獲取更多信息