求解Python3
查看原帖
求解Python3
641846
pinchan楼主2022/4/14 11:41

a,b,c=map(int,input().split()) print(a,'^',b,' mod ',c,'=',a**b%c,sep='') 48分

2022/4/14 11:41
加载中...