0_0_38603321_17382.cpp:3:4: error: stray '#' in program
2 #include<algorithm>
^
0_0_38603321_17382.cpp:4:4: error: stray '#' in program
3 #include<cstdio>
^
0_0_38603321_17382.cpp:5:4: error: stray '#' in program
4 #include<cstring>
^
0_0_38603321_17382.cpp:33:1: error: stray '\270' in program
复制代码
^
0_0_38603321_17382.cpp:33:2: error: stray '\264' in program
复制代码
^
0_0_38603321_17382.cpp:33:3: error: stray '\326' in program
复制代码
^
0_0_38603321_17382.cpp:33:4: error: stray '\306' in program
复制代码
^
0_0_38603321_17382.cpp:33:5: error: stray '\264' in program
复制代码
^
0_0_38603321_17382.cpp:33:6: error: stray '\372' in program
复制代码
^
0_0_38603321_17382.cpp:33:7: error: stray '\302' in program
复制代码
^
0_0_38603321_17382.cpp:33:8: error: stray '\353' in program
复制代码
^
0_0_38603321_17382.cpp:34:1: error: stray '\261' in program
暴力超时:
^
0_0_38603321_17382.cpp:34:2: error: stray '\251' in program
暴力超时:
^
0_0_38603321_17382.cpp:34:3: error: stray '\301' in program
暴力超时:
^
0_0_38603321_17382.cpp:34:4: error: stray '\246' in program
暴力超时:
^
0_0_38603321_17382.cpp:34:5: error: stray '\263' in program
暴力超时:
^
0_0_38603321_17382.cpp:34:6: error: stray '\254' in program
暴力超时:
^
0_0_38603321_17382.cpp:34:7: error: stray '\312' in program
暴力超时:
^
0_0_38603321_17382.cpp:34:8: error: stray '\261' in program
暴力超时:
^
0_0_38603321_17382.cpp:34:9: error: stray '\243' in program
暴力超时:
^
0_0_38603321_17382.cpp:34:10: error: stray '\272' in program
暴力超时:
^
0_0_38603321_17382.cpp:36:1: error: stray '\270' in program
复制代码
^
0_0_38603321_17382.cpp:36:2: error: stray '\264' in program
复制代码
^
0_0_38603321_17382.cpp:36:3: error: stray '\326' in program
复制代码
^
0_0_38603321_17382.cpp:36:4: error: stray '\306' in program
复制代码
^
0_0_38603321_17382.cpp:36:5: error: stray '\264' in program
复制代码
^
0_0_38603321_17382.cpp:36:6: error: stray '\372' in program
复制代码
^
0_0_38603321_17382.cpp:36:7: error: stray '\302' in program
复制代码
^
0_0_38603321_17382.cpp:36:8: error: stray '\353' in program
复制代码
^
0_0_38603321_17382.cpp:37:4: error: stray '#' in program
1 #include<stdio.h>
^
0_0_38603321_17382.cpp:3:2: error: expected unqualified-id before numeric constant
2 #include<algorithm>
^
0_0_38603321_17382.cpp:7:2: error: expected unqualified-id before numeric constant
6 const int INF=0x3f3f3f3f;
^
0_0_38603321_17382.cpp:8:2: error: expected unqualified-id before numeric constant
7 const int MAXN=1<<20;
^
0_0_38603321_17382.cpp:9:2: error: expected unqualified-id before numeric constant
8 int dp[2][MAXN<<1];//刚开始开到MAXN+10 RE,改成这才对;
^
0_0_38603321_17382.cpp:10:2: error: expected unqualified-id before numeric constant
9 int main(){
^
0_0_38603321_17382.cpp:37:2: error: expected unqualified-id before numeric constant
1 #include<stdio.h>
^
0_0_38603321_17382.cpp:39:2: error: expected unqualified-id before numeric constant
3 int N,M;
^
0_0_38603321_17382.cpp:40:2: error: expected unqualified-id before numeric constant
4 void dfs(int top,int sox,int num,int t){
^
0_0_38603321_17382.cpp:49:1: error: expected unqualified-id before numeric constant
13 int main(){
^~
|