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];   
本站公众号
   欢迎关注本站公众号,获取更多信息