若变量a的值为3,则表达式a^a/4+a×a mod 5

问题描述:

若变量a的值为3,则表达式a^a/4+a×a mod 5
答案是10,怎么粗来的.

运算符优先级:((a^a)/4) + ((a * a) % 5)