0_0_21457424_31097.cpp:2:1: error: stray '\277' in program
¿ÉÐÄ 2017/8/2 13:21:10
^
0_0_21457424_31097.cpp:2:1: error: stray '\311' in program
0_0_21457424_31097.cpp:2:1: error: stray '\320' in program
0_0_21457424_31097.cpp:2:1: error: stray '\304' in program
0_0_21457424_31097.cpp:3:4: error: stray '#' in program
1 #include<bits/stdc++.h>
^
0_0_21457424_31097.cpp:44:1: error: stray '\306' in program
ƾÀ¸ 2017/8/2 14:52:10
^
0_0_21457424_31097.cpp:44:1: error: stray '\276' in program
0_0_21457424_31097.cpp:44:1: error: stray '\300' in program
0_0_21457424_31097.cpp:44:1: error: stray '\270' in program
0_0_21457424_31097.cpp:45:1: error: stray '\306' in program
ƾÀ¸ 2017/08/02 14:52:10
^
0_0_21457424_31097.cpp:45:1: error: stray '\276' in program
0_0_21457424_31097.cpp:45:1: error: stray '\300' in program
0_0_21457424_31097.cpp:45:1: error: stray '\270' in program
0_0_21457424_31097.cpp:45:11: error: invalid digit "8" in octal constant
ƾÀ¸ 2017/08/02 14:52:10
^
0_0_21457424_31097.cpp:1:1: error: expected unqualified-id before numeric constant
13:21:10
^
0_0_21457424_31097.cpp:5:2: error: expected unqualified-id before numeric constant
3 typedef long long ll;
^
0_0_21457424_31097.cpp:6:2: error: expected unqualified-id before numeric constant
4 const int N=1e6+10;
^
0_0_21457424_31097.cpp:7:2: error: expected unqualified-id before numeric constant
5
^
0_0_21457424_31097.cpp:9:2: error: expected unqualified-id before numeric constant
7 vector<pair<int ,ll > > e[N];
^
0_0_21457424_31097.cpp:10:2: error: expected unqualified-id before numeric constant
8 ll sum;
^
0_0_21457424_31097.cpp:11:2: error: expected unqualified-id before numeric constant
9 int a[N];
^
0_0_21457424_31097.cpp:12:1: error: expected unqualified-id before numeric constant
10 void dfs(int u,int fa){
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/_mingw.h:282:0,
from GCC4.9.2/x86_64-w64-mingw32/include/crtdefs.h:10,
from GCC4.9.2/x86_64-w64-mingw32/include/wchar.h:9,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:44,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/postypes.h:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_21457424_31097.cpp:46:
GCC4.9.2/x86_64-w64-mingw32/include/vadefs.h:12:32: error: expected declaration before end of line
#pragma pack(push,_CRT_PACKING)
^
|