0_0_21596560_4906.cpp:1:35: error: stray '#' in program
<span style="font-family:SimSun;">#include<stdio.h>
^
0_0_21596560_4906.cpp:14:13: error: stray '#' in program
if(s[2]=='F')
^
0_0_21596560_4906.cpp:14:19: error: stray '#' in program
if(s[2]=='F')
^
0_0_21596560_4906.cpp:20:16: error: stray '#' in program
if(s1[0]=='I')
^
0_0_21596560_4906.cpp:20:22: error: stray '#' in program
if(s1[0]=='I')
^
0_0_21596560_4906.cpp:26:21: error: stray '#' in program
else if(s1[0]=='O'&&!q.empty())
^
0_0_21596560_4906.cpp:26:27: error: stray '#' in program
else if(s1[0]=='O'&&!q.empty())
^
0_0_21596560_4906.cpp:35:18: error: stray '#' in program
else if(s[2]=='L')
^
0_0_21596560_4906.cpp:35:24: error: stray '#' in program
else if(s[2]=='L')
^
0_0_21596560_4906.cpp:41:16: error: stray '#' in program
if(s2[0]=='I')
^
0_0_21596560_4906.cpp:41:22: error: stray '#' in program
if(s2[0]=='I')
^
0_0_21596560_4906.cpp:46:21: error: stray '#' in program
else if(s2[0]=='O'&&!st.empty())
^
0_0_21596560_4906.cpp:46:27: error: stray '#' in program
else if(s2[0]=='O'&&!st.empty())
^
0_0_21596560_4906.cpp:1:1: error: expected unqualified-id before '<' token
<span style="font-family:SimSun;">#include<stdio.h>
^
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/string.h:9,
from 0_0_21596560_4906.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/vadefs.h:12:32: error: expected declaration before end of line
#pragma pack(push,_CRT_PACKING)
^
|