0_0_14647774_24811.cpp:6:9: error: 'll' does not name a type
typedef ll long long ;
^
0_0_14647774_24811.cpp:8:1: error: 'll' does not name a type
ll a[105][105];
^
0_0_14647774_24811.cpp:9:1: error: 'll' does not name a type
ll vis[105][105];
^
0_0_14647774_24811.cpp:11:12: error: 'll' was not declared in this scope
bool judge(ll n)
^
0_0_14647774_24811.cpp:12:1: error: expected ',' or ';' before '{' token
{
^
|