0_0_18023805_9847.cpp:1:11: error: #include expects "FILENAME" or <FILENAME>
#include 澹版槑涓�涓爤 stacks 澹版槑瀛樺偍int 绫诲瀷鏁版嵁鐨勬爤s
^
0_0_18023805_9847.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_18023805_9847.cpp:5:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_18023805_9847.cpp: In function 'int main()':
0_0_18023805_9847.cpp:10:5: error: 'stacks' was not declared in this scope
stacks;
^
0_0_18023805_9847.cpp:11:5: error: 'cout' was not declared in this scope
cout<<"鍚戞爤涓彃鍏ユ暟鎹�1锛�2锛�3"<<endl;
^
0_0_18023805_9847.cpp:11:63: error: 'endl' was not declared in this scope
cout<<"鍚戞爤涓彃鍏ユ暟鎹�1锛�2锛�3"<<endl;
^
0_0_18023805_9847.cpp:12:5: error: 's' was not declared in this scope
s.push(1);//s={1}...
^
0_0_18023805_9847.cpp:12:14: error: expected '}' at end of input
s.push(1);//s={1}...
^
|