0_0_32868061_21536.cpp:1:31: error: stray '#' in program
<span style="font-size:18px;">#include<iostream>
^
0_0_32868061_21536.cpp:1:1: error: expected unqualified-id before '<' token
<span style="font-size:18px;">#include<iostream>
^
0_0_32868061_21536.cpp: In function 'int main()':
0_0_32868061_21536.cpp:13:2: error: 'ios' has not been declared
ios::sync_with_stdio(false);
^
0_0_32868061_21536.cpp:15:2: error: 'cin' was not declared in this scope
cin>>T;
^
0_0_32868061_21536.cpp:34:3: error: 'cout' was not declared in this scope
cout<<"Scenario #"<<T<<":"<<endl;
^
0_0_32868061_21536.cpp:34:31: error: 'endl' was not declared in this scope
cout<<"Scenario #"<<T<<":"<<endl;
^
0_0_32868061_21536.cpp: At global scope:
0_0_32868061_21536.cpp:57:2: error: expected unqualified-id before '<' token
}</span>//https://blog.csdn.net/C_13579/article/details/78871965
^
|