0_0_13722226_27421.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13722226_27421.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13722226_27421.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13722226_27421.cpp: In function 'int main()':
0_0_13722226_27421.cpp:38:15: error: expected primary-expression before '%' token
while (scanf(%d%d, &n, &m) != EOF) {
^
0_0_13722226_27421.cpp:38:16: error: 'd' was not declared in this scope
while (scanf(%d%d, &n, &m) != EOF) {
^
0_0_13722226_27421.cpp:38:27: error: 'scanf' was not declared in this scope
while (scanf(%d%d, &n, &m) != EOF) {
^
0_0_13722226_27421.cpp:38:32: error: 'EOF' was not declared in this scope
while (scanf(%d%d, &n, &m) != EOF) {
^
0_0_13722226_27421.cpp:48:1: error: 'printf' was not declared in this scope
);
^
0_0_13722226_27421.cpp:64:10: error: expected primary-expression before '%' token
printf(%d
^
0_0_13722226_27421.cpp:65:6: error: 'printf' was not declared in this scope
, res);
^
|