0_0_16394624_8549.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16394624_8549.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16394624_8549.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16394624_8549.cpp:5:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16394624_8549.cpp:6:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16394624_8549.cpp:7:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16394624_8549.cpp:8:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16394624_8549.cpp:9:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16394624_8549.cpp:10:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16394624_8549.cpp:18:28: error: 'acos' was not declared in this scope
const double pi = acos(-1.0);
^
0_0_16394624_8549.cpp: In function 'void print(int, int)':
0_0_16394624_8549.cpp:35:16: error: expected primary-expression before '%' token
printf(%d,y);
^
0_0_16394624_8549.cpp:35:17: error: 'd' was not declared in this scope
printf(%d,y);
^
0_0_16394624_8549.cpp:35:20: error: 'printf' was not declared in this scope
printf(%d,y);
^
0_0_16394624_8549.cpp:39:13: error: expected primary-expression before '%' token
printf( %d,y);
^
0_0_16394624_8549.cpp:39:14: error: 'd' was not declared in this scope
printf( %d,y);
^
0_0_16394624_8549.cpp:39:17: error: 'printf' was not declared in this scope
printf( %d,y);
^
0_0_16394624_8549.cpp: In function 'void work()':
0_0_16394624_8549.cpp:13:24: error: expected primary-expression before '%' token
#define RD2(x,y) scanf(%d%d,&x,&y)
^
0_0_16394624_8549.cpp:43:5: note: in expansion of macro 'RD2'
RD2(m,n);
^
0_0_16394624_8549.cpp:13:25: error: 'd' was not declared in this scope
#define RD2(x,y) scanf(%d%d,&x,&y)
^
0_0_16394624_8549.cpp:43:5: note: in expansion of macro 'RD2'
RD2(m,n);
^
0_0_16394624_8549.cpp:13:34: error: 'scanf' was not declared in this scope
#define RD2(x,y) scanf(%d%d,&x,&y)
^
0_0_16394624_8549.cpp:43:5: note: in expansion of macro 'RD2'
RD2(m,n);
^
0_0_16394624_8549.cpp:12:21: error: expected primary-expression before '%' token
#define RD(x) scanf(%d,&x)
^
0_0_16394624_8549.cpp:46:9: note: in expansion of macro 'RD'
RD(p[i][j]);
^
0_0_16394624_8549.cpp:62:25: error: 'min' was not declared in this scope
mn = min(mn,dp[m][j]);
^
0_0_16394624_8549.cpp:64:7: error: expected ';' before ')' token
mn);
^
0_0_16394624_8549.cpp:65:12: error: 'Case' was not declared in this scope
printf(Case %d
^
0_0_16394624_8549.cpp:66:10: error: 'printf' was not declared in this scope
cas++);
^
0_0_16394624_8549.cpp:70:14: error: 'puts' was not declared in this scope
puts();
^
0_0_16394624_8549.cpp: In function 'int main()':
0_0_16394624_8549.cpp:12:21: error: expected primary-expression before '%' token
#define RD(x) scanf(%d,&x)
^
0_0_16394624_8549.cpp:76:11: note: in expansion of macro 'RD'
int _;RD(_);
^
0_0_16394624_8549.cpp:12:22: error: 'd' was not declared in this scope
#define RD(x) scanf(%d,&x)
^
0_0_16394624_8549.cpp:76:11: note: in expansion of macro 'RD'
int _;RD(_);
^
0_0_16394624_8549.cpp:12:26: error: 'scanf' was not declared in this scope
#define RD(x) scanf(%d,&x)
^
0_0_16394624_8549.cpp:76:11: note: in expansion of macro 'RD'
int _;RD(_);
^
|