0_0_13813820_6080.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13813820_6080.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13813820_6080.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13813820_6080.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13813820_6080.cpp:15:9: error: expected type-specifier before 'return'
return y a.y;
^
0_0_13813820_6080.cpp:16:5: error: expected ';' after struct definition
}
^
0_0_13813820_6080.cpp: In function 'void Read()':
0_0_13813820_6080.cpp:18:26: error: 'x' was not declared in this scope
scanf("%d%d%d", &x, &y, &c);
^
0_0_13813820_6080.cpp:18:30: error: 'y' was not declared in this scope
scanf("%d%d%d", &x, &y, &c);
^
0_0_13813820_6080.cpp:18:34: error: 'c' was not declared in this scope
scanf("%d%d%d", &x, &y, &c);
^
0_0_13813820_6080.cpp:18:35: error: 'scanf' was not declared in this scope
scanf("%d%d%d", &x, &y, &c);
^
0_0_13813820_6080.cpp:20:9: error: 'st' was not declared in this scope
st = c * (x - 1);
^
0_0_13813820_6080.cpp:21:9: error: 'ed' was not declared in this scope
ed = st + c;
^
0_0_13813820_6080.cpp: At global scope:
0_0_13813820_6080.cpp:23:1: error: expected declaration before '}' token
}src[MAX];
^
|