0_0_20981170_25644.cpp: In function 'int main()':
0_0_20981170_25644.cpp:5:17: error: expected primary-expression before '<' token
#define MAXSIZE <a name=baidusnap1></a><B style='color:black;background-color:#A0FFFF'>4096</B>
^
0_0_20981170_25644.cpp:10:12: note: in expansion of macro 'MAXSIZE'
char s[MAXSIZE], *t;
^
0_0_20981170_25644.cpp:5:18: error: 'a' was not declared in this scope
#define MAXSIZE <a name=baidusnap1></a><B style='color:black;background-color:#A0FFFF'>4096</B>
^
0_0_20981170_25644.cpp:10:12: note: in expansion of macro 'MAXSIZE'
char s[MAXSIZE], *t;
^
0_0_20981170_25644.cpp:5:20: error: expected ']' before 'name'
#define MAXSIZE <a name=baidusnap1></a><B style='color:black;background-color:#A0FFFF'>4096</B>
^
0_0_20981170_25644.cpp:10:12: note: in expansion of macro 'MAXSIZE'
char s[MAXSIZE], *t;
^
0_0_20981170_25644.cpp:18:21: error: 's' was not declared in this scope
scanf("%s", s);
^
0_0_20981170_25644.cpp:21:9: error: 't' was not declared in this scope
t = s;
^
|