0_0_16394254_6509.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16394254_6509.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16394254_6509.cpp: In function 'int main()':
0_0_16394254_6509.cpp:37:5: error: 'cin' was not declared in this scope
cin>>T;
^
0_0_16394254_6509.cpp:40:20: error: expected primary-expression before '/' token
for(i=0;i<</FONT>N;i++){
^
0_0_16394254_6509.cpp:40:21: error: 'FONT' was not declared in this scope
for(i=0;i<</FONT>N;i++){
^
0_0_16394254_6509.cpp:41:29: error: 'scanf' was not declared in this scope
scanf("%d",&a[i]);
^
0_0_16394254_6509.cpp:44:20: error: expected primary-expression before '/' token
for(i=0;i<</FONT>M;i++){
^
0_0_16394254_6509.cpp:44:21: error: 'FONT' was not declared in this scope
for(i=0;i<</FONT>M;i++){
^
0_0_16394254_6509.cpp:47:73: error: 'scanf' was not declared in this scope
scanf("%d%d%d%d",&rec[i].l,&rec[i].r,&rec[i].pos,&rec[i].dig);
^
0_0_16394254_6509.cpp:48:56: error: 'scanf' was not declared in this scope
else scanf("%d%d",&rec[i].index,&rec[i].val);//存起来每次询问或赋值到一个结构体数组
^
0_0_16394254_6509.cpp:53:24: error: expected primary-expression before '/' token
for(j=0;j<</FONT>N;j++) {
^
0_0_16394254_6509.cpp:53:25: error: 'FONT' was not declared in this scope
for(j=0;j<</FONT>N;j++) {
^
0_0_16394254_6509.cpp:57:24: error: expected primary-expression before '/' token
for(j=0;j<</FONT>M;j++){
^
0_0_16394254_6509.cpp:57:25: error: 'FONT' was not declared in this scope
for(j=0;j<</FONT>M;j++){
^
0_0_16394254_6509.cpp:67:20: error: expected primary-expression before '/' token
for(j=0;j<</FONT>M;j++)
^
0_0_16394254_6509.cpp:67:21: error: 'FONT' was not declared in this scope
for(j=0;j<</FONT>M;j++)
^
0_0_16394254_6509.cpp:69:29: error: 'printf' was not declared in this scope
printf("%d\n",ans[j]);
^
|