0_0_37727913_25045.cpp:4:13: error: 'll' does not name a type
#define int ll
^
0_0_37727913_25045.cpp:5:1: note: in expansion of macro 'int'
int t,p,q,e,m,r,st,ed;
^
0_0_37727913_25045.cpp:4:13: error: 'll' was not declared in this scope
#define int ll
^
0_0_37727913_25045.cpp:7:12: note: in expansion of macro 'int'
bool prime(int i)
^
0_0_37727913_25045.cpp:8:1: error: expected ',' or ';' before '{' token
{
^
|