0_0_13810103_8419.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13810103_8419.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13810103_8419.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13810103_8419.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13810103_8419.cpp:5:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13810103_8419.cpp:6:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13810103_8419.cpp:7:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13810103_8419.cpp:8:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13810103_8419.cpp:10:12: error: '__int64' does not name a type
#define ll __int64
^
0_0_13810103_8419.cpp:12:1: note: in expansion of macro 'll'
ll n,m,ans;
^
0_0_13810103_8419.cpp:10:12: error: '__int64' does not name a type
#define ll __int64
^
0_0_13810103_8419.cpp:13:1: note: in expansion of macro 'll'
ll Gcd(ll x,ll y){
^
0_0_13810103_8419.cpp:10:12: error: '__int64' does not name a type
#define ll __int64
^
0_0_13810103_8419.cpp:21:1: note: in expansion of macro 'll'
ll Lcp(ll x,ll y){return x*y/Gcd(x,y);}
^
0_0_13810103_8419.cpp:22:1: error: 'mapmp' does not name a type
mapmp[N];
^
0_0_13810103_8419.cpp:23:1: error: 'map' does not name a type
map::iterator p;
^
0_0_13810103_8419.cpp:24:1: error: 'pairtmp' does not name a type
pairtmp;
^
0_0_13810103_8419.cpp:10:12: error: variable or field 'work' declared void
#define ll __int64
^
0_0_13810103_8419.cpp:25:11: note: in expansion of macro 'll'
void work(ll x, ll cur){
^
0_0_13810103_8419.cpp:10:12: error: '__int64' was not declared in this scope
#define ll __int64
^
0_0_13810103_8419.cpp:25:11: note: in expansion of macro 'll'
void work(ll x, ll cur){
^
0_0_13810103_8419.cpp:10:12: error: '__int64' was not declared in this scope
#define ll __int64
^
0_0_13810103_8419.cpp:25:17: note: in expansion of macro 'll'
void work(ll x, ll cur){
^
|