0_0_21439092_25472.cpp: In function 'll quick_pow(ll, ll, ll)': 0_0_21439092_25472.cpp:8:28: error: expected ';' before ')' token if(b&1) ans = (ans%mod)*a) %mod; ^