0_0_37898937_16423.cpp: In function 'bool cmp(f128, f128)':
0_0_37898937_16423.cpp:22:47: error: 'fabsf128' was not declared in this scope
bool cmp(f128 a, f128 b){return fabsf128(a - b) <= eps;}
^
0_0_37898937_16423.cpp: In function 'void bfs(int)':
0_0_37898937_16423.cpp:50:45: error: 'sinf128' was not declared in this scope
tmp = sinf128(head.first);
^
0_0_37898937_16423.cpp:54:45: error: 'cosf128' was not declared in this scope
tmp = cosf128(head.first);
^
0_0_37898937_16423.cpp:58:46: error: 'atanf128' was not declared in this scope
tmp = atanf128(head.first);
^
0_0_37898937_16423.cpp: In function 'void CAL(int, int)':
0_0_37898937_16423.cpp:86:37: error: 'sqrtf128' was not declared in this scope
ans = sqrtf128((f128)p / (f128)q);
^
|