0_0_24649032_16336.cpp:10:7: error: 'LL' does not name a type
const LL INF=1e18+300;
^
0_0_24649032_16336.cpp:11:7: error: 'LL' does not name a type
const LL T=(LL)1<<31;
^
0_0_24649032_16336.cpp: In function 'll quickPow(ll, ll)':
0_0_24649032_16336.cpp:20:27: error: 'INF' was not declared in this scope
judge = 1.0 * INF / res;
^
0_0_24649032_16336.cpp:27:16: error: 'T' was not declared in this scope
if(n > T && m > 0) {
^
|