0_0_25047783_15540.cpp:2:3: error: stray '#' in program
2.#include<cstring>
^
0_0_25047783_15540.cpp:3:3: error: stray '#' in program
3.#include<string>
^
0_0_25047783_15540.cpp:4:3: error: stray '#' in program
4.#include<iostream>
^
0_0_25047783_15540.cpp:5:3: error: stray '#' in program
5.#include<cmath>
^
0_0_25047783_15540.cpp:6:3: error: stray '#' in program
6.#include<algorithm>
^
0_0_25047783_15540.cpp:2:1: error: expected unqualified-id before numeric constant
2.#include<cstring>
^
0_0_25047783_15540.cpp:8:1: error: expected unqualified-id before numeric constant
8.struct node
^
0_0_25047783_15540.cpp:11:5: error: 'nd' does not name a type
11.}nd[16];
^
0_0_25047783_15540.cpp:12:1: error: expected unqualified-id before numeric constant
12.long long dp[1<<16][16];//状态和当前到达的点
^
0_0_25047783_15540.cpp:13:1: error: expected unqualified-id before numeric constant
13.int n,m,gp[6][6],pos,gd[6][6],mp[6][6];
^
0_0_25047783_15540.cpp:14:1: error: expected unqualified-id before numeric constant
14.int gcd(int x,int y)
^
0_0_25047783_15540.cpp:20:1: error: expected unqualified-id before numeric constant
20.bool ok(int x,int y,int sta)
^
|